yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08007
[Bug 1266916] [NEW] Missing InstanceInfoCache entry prevents delete
Public bug reported:
If you're trying to delete an instance which is out-of-sync such that
it's missing a InstanceInfoCache entry, you'll will receive a traceback:
http://paste.openstack.org/show/60685/
Delete in this case should be allowed so that you can cleanup these
'broken' instances.
The solution is to catch the InstanceInfoCacheNotFound exception (like
we do with other NotFound exceptions around this code), and continue on.
** 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/1266916
Title:
Missing InstanceInfoCache entry prevents delete
Status in OpenStack Compute (Nova):
New
Bug description:
If you're trying to delete an instance which is out-of-sync such that
it's missing a InstanceInfoCache entry, you'll will receive a
traceback: http://paste.openstack.org/show/60685/
Delete in this case should be allowed so that you can cleanup these
'broken' instances.
The solution is to catch the InstanceInfoCacheNotFound exception (like
we do with other NotFound exceptions around this code), and continue
on.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1266916/+subscriptions
Follow ups
References