XenAPI rescue sometimes rescues swap
Bug #997835 reported by
Brian Lamar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Brian Lamar |
Bug Description
Every so often when rescuing an instance, the swap partition will be rescued. This seems to be due to a bug in vmops.py which assumes the rootfs VBD is going to be the second one returned if there are multiple disks (swap most likely is the first). This doesn't seem to be always true so it would make more sense to check for userdevice = "0".
Changed in nova: | |
assignee: | nobody → Brian Lamar (blamar) |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → folsom-2 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-2 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/7328
Review: https:/