resize broken when not allowing same host
Bug #1034593 reported by
Chris Behrens
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Critical
|
Chris Behrens |
Bug Description
Recent cleanups in scheduler related to passing full instances caused this to be added to schedule_
125 updated_instance = driver.
126 host.host_
prep_resize should NOT update instance['host'] in the scheduler.. else the check inside of prep_resize() in compute manager comparing instance['host'] against FLAGS.host will always succeed. instance['host'] should be the current (source) host.
Changed in nova: | |
importance: | Undecided → Critical |
assignee: | nobody → Chris Behrens (cbehrens) |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → folsom-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/11054
Review: https:/