Nova does not delete the LV on LVM backed VMs
Bug #1078085 reported by
Stuart Stent
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Yaguang Tang | ||
Folsom |
Fix Released
|
High
|
Yaguang Tang | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When deleting an LVM backed VM, the VMs LVs are not removed.
The following patch fixes this issue on CentOS 6.2, running Folsom
list_logical_
- out, err = execute('lvs', '--noheadings', '-o', 'lv_path', vg,
+ out, err = execute('lvs', '--noheadings', '-o', 'lv_name', vg
this also appears to be an issue on Ubuntu 12.04
https:/
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 → Confirmed |
assignee: | nobody → Yaguang Tang (heut2008) |
Changed in nova: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
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/15946
Review: https:/