libvirt reboot sometimes fails to reattach volumes
Bug #1073720 reported by
Vish Ishaya
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Vish Ishaya | ||
Folsom |
Fix Released
|
Undecided
|
Vish Ishaya | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When doing a hard reboot with volumes attached, If libvirt no longer knows about the instance will come up without volumes. This is important because rebuilding the host machine might lose the data in libvirt and resume_
Example repro with devstack:
nova boot --flavor 1 --image <image-uuid>
nova volume-create -s 1
nova volume-attach <instance-uuid> <vol-uuid>
sudo virsh destroy instance-00000001
sudo virsh undefine instance-00000001
nova reboot --hard <instance-uuid>
sudo virsh dumpxml instance-00000001
The xml will not show the attached volume.
Related branches
lp://staging/~gandelman-a/ubuntu/quantal/nova/2012.2.1
- Openstack Ubuntu Testers: Pending requested
-
Diff: 121 lines (+100/-4)1 file modifieddebian/changelog (+100/-4)
CVE References
Changed in nova: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Vish Ishaya (vishvananda) |
tags: | added: folsom-backport-potential |
Changed in nova: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
tags: | removed: folsom-backport-potential |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Quantal): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/15153
Review: https:/