snapshot with boot from volume fails
Bug #1055076 reported by
Vish Ishaya
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Vish Ishaya |
Bug Description
There is a specific code path to snaphsot instances that have been booted from a volume. Unfortunately the code path only works if the instance has been created from a snapshot.
Repro Steps
nova boot --image=
nova image-create <instance-uuid> test-image
nova boot --image=test-image --flavor 1 new
Result:
new instance fails to boot
Expected:
new nstance boots from a snapshot of the original volume
note that it works correctly if the instance is booted from a snapshot
(nova boot --image=
Changed in nova: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Vish Ishaya (vishvananda) |
Changed in nova: | |
milestone: | none → folsom-rc2 |
Changed in nova: | |
milestone: | folsom-rc2 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/13541
Review: https:/