yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #67256
[Bug 1715462] [NEW] Instances failing quota recheck end up with no assigned cell
Public bug reported:
When an instance fails the quota rechecks codebase which is here:
https://github.com/openstack/nova/blob/master/nova/conductor/manager.py#L992-L1006
It raises an exception, however, the cell mapping is only saved much
later (thanks help of dansmith for finding this):
https://github.com/openstack/nova/blob/master/nova/conductor/manager.py#L1037-L1043
This results in an instance with an unassigned cell, where it should
technically be the cell it was scheduled into.
** Affects: nova
Importance: Undecided
Status: New
** Tags: cells quotas
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1715462
Title:
Instances failing quota recheck end up with no assigned cell
Status in OpenStack Compute (nova):
New
Bug description:
When an instance fails the quota rechecks codebase which is here:
https://github.com/openstack/nova/blob/master/nova/conductor/manager.py#L992-L1006
It raises an exception, however, the cell mapping is only saved much
later (thanks help of dansmith for finding this):
https://github.com/openstack/nova/blob/master/nova/conductor/manager.py#L1037-L1043
This results in an instance with an unassigned cell, where it should
technically be the cell it was scheduled into.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1715462/+subscriptions
Follow ups