← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1266919] Re: Missing InstanceInfoCache entry prevents delete

 

** Changed in: nova
       Status: Fix Committed => Fix Released

-- 
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/1266919

Title:
  Missing InstanceInfoCache entry prevents delete

Status in OpenStack Compute (Nova):
  Fix Released

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/1266919/+subscriptions


References