Instances failing quota recheck end up with no assigned cell
Bug #1715462 reported by
Mohammed Naser
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Mohammed Naser | ||
Pike |
Fix Committed
|
High
|
Matt Riedemann |
Bug Description
When an instance fails the quota rechecks codebase which is here:
https:/
It raises an exception, however, the cell mapping is only saved much later (thanks help of dansmith for finding this):
https:/
This results in an instance with an unassigned cell, where it should technically be the cell it was scheduled into.
tags: | added: cells quotas |
Changed in nova: | |
importance: | Undecided → High |
Changed in nova: | |
status: | New → Confirmed |
Changed in nova: | |
assignee: | Mohammed Naser (mnaser) → Matt Riedemann (mriedem) |
Changed in nova: | |
assignee: | Matt Riedemann (mriedem) → Mohammed Naser (mnaser) |
To post a comment you must log in.
Just to update, this only affects Pike and newer due to the fact that the codebase for quota recheck not being present before. I'll be publishing a fix shortly (unit tests okay, testing functional locally before pushing up).