Compute manager doesn't update 'host' field when it tries to run a VM
Bug #1073600 reported by
Édouard Thuleau
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Édouard Thuleau | ||
Folsom |
Fix Released
|
High
|
Vish Ishaya | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When scheduler asks Compute to run a VM, compute manager check resources through the resource tracker.
The resource tracker sets the 'host' field of instance in db if the compute have enough resources.
But the compute manager doesn't update the 'host' field of the instance and asks network manager to allocate network without precised the host where the instance will run. In the 'multi_host' setup, it causes problems.
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
summary: |
- Compute doesn't update 'host' field when it tries to run a VM + Compute manager doesn't update 'host' field when it tries to run a VM |
Changed in nova: | |
assignee: | nobody → Édouard Thuleau (ethuleau) |
status: | New → In Progress |
tags: | removed: folsom-backport-potential |
Changed in nova: | |
milestone: | none → grizzly-1 |
no longer affects: | nova/folsom |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Quantal): | |
status: | New → Confirmed |
tags: | removed: in-stable-folsom |
Changed in nova: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/15119
Review: https:/