Host field set too early during builds
Bug #1060255 reported by
Brian Elliott
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Brian Elliott | ||
Folsom |
Fix Released
|
High
|
Vish Ishaya | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The 'host' field on the instance is getting set in the scheduler during builds. This is too early. The compute host selected by scheduler needs to maintain final say over whether it has available resources to accept or deny incoming new build requests. Only after being accepted by a particular compute host should the 'host' field get set. If it is set too early, it will be erroneously included in resource calculations for that compute host and circumvent the resource tracker mechanism.
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: | |
assignee: | nobody → Brian Elliott (belliott) |
Changed in nova: | |
importance: | Undecided → Medium |
tags: | added: folsom-backport-potential |
Changed in nova: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
tags: | removed: folsom-backport-potential |
tags: | added: ops |
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/14174
Review: https:/