xenapi virt layer mount disk on build issues
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Compute (nova) |
Medium
|
Josh Kearney | ||
| Diablo |
Undecided
|
Unassigned |
Bug Description
I noticed 'sudo mount' failing in compute logs... and wondered why we attach the VDI to compute host and try to mount it at all.
Problem:
_mount_filesystem() doesn't include 'ext4' as an option... which my image uses.. which is why the mount fails.
Solution:
Add 'ext4' (and 'reiserfs?) to _mount_
Changed in nova: | |
status: | New → In Progress |
assignee: | nobody → Josh Kearney (jk0) |
description: | updated |
Changed in nova: | |
importance: | Undecided → Medium |
Changed in nova: | |
status: | In Progress → Fix Committed |
Reviewed: https:/
Committed: http://
Submitter: Jenkins
Branch: stable/diablo
status fixcommitted
done
commit c206f73d03aa487
Author: Josh Kearney <email address hidden>
Date: Thu Oct 20 14:44:11 2011 -0500
Adds ext4 and reiserfs to _mount_
Fixes bug 870495.
(cherry picked from commit 71f2b0dfac30537
Change-Id: Ie19d5ecf5764eb
Changed in nova: | |
milestone: | none → essex-1 |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Hello Chris, or anyone else affected,
Accepted nova into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https:/
tags: | added: verification-needed |
Changed in nova: | |
milestone: | essex-1 → 2012.1 |
Reviewed: https:/ /review. openstack. org/1002 github. com/openstack/ nova/commit/ 71f2b0dfac30537 054376d583323f9 912078788c
Committed: http://
Submitter: Jenkins
Branch: master
status fixcommitted
done
commit 71f2b0dfac30537 054376d583323f9 912078788c
Author: Josh Kearney <email address hidden>
Date: Thu Oct 20 14:44:11 2011 -0500
Adds ext4 and reiserfs to _mount_ filesystem( ).
Fixes bug 870495.
Change-Id: I6071b833040b8a 1118f0764c44202 ba3964e17a8