yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61009
[Bug 1660682] Re: resource tracker sets wrong initial resource provider generation when creating a new resource provider
** Also affects: nova/newton
Importance: Undecided
Status: New
--
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/1660682
Title:
resource tracker sets wrong initial resource provider generation when
creating a new resource provider
Status in OpenStack Compute (nova):
In Progress
Status in OpenStack Compute (nova) newton series:
New
Bug description:
When the resource tracker creates (and then effectively caches) a new
resource provider for the compute node, it sets the generation to 1.
This leads to the first PUT to set inventory resulting in a 409
conflict because the generation is wrong.
The default generation in the database is 0, so for any new resource
provider this is what it will be. So in the resource tracker, in
_create_resource_provider, the generation should also be 0.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1660682/+subscriptions
References