yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15023
[Bug 1325654] [NEW] Race: Info cache for instance could not be found during boot
Public bug reported:
Related to https://bugs.launchpad.net/nova/+bug/1324793
If an instance is deleted during the boot process then the
instance.refresh() call in the conductor build_instances method should
raise an InstanceNotFound exception. But as seen in the bug linked
above it can sometimes raise an InstanceInfoCacheNotFound. This is odd
because it seems to mean that the instance was deleted but if that was
the case then InstanceNotFound should have been raised before the info
cache lookup began. This behavior could use some further investigation.
** Affects: nova
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/1325654
Title:
Race: Info cache for instance could not be found during boot
Status in OpenStack Compute (Nova):
New
Bug description:
Related to https://bugs.launchpad.net/nova/+bug/1324793
If an instance is deleted during the boot process then the
instance.refresh() call in the conductor build_instances method should
raise an InstanceNotFound exception. But as seen in the bug linked
above it can sometimes raise an InstanceInfoCacheNotFound. This is
odd because it seems to mean that the instance was deleted but if that
was the case then InstanceNotFound should have been raised before the
info cache lookup began. This behavior could use some further
investigation.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1325654/+subscriptions
Follow ups
References