← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1266919] [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
     Assignee: Rick Harris (rconradharris)
         Status: In Progress

** Changed in: nova
     Assignee: (unassigned) => Rick Harris (rconradharris)

-- 
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):
  In Progress

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


Follow ups

References