← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1489982] [NEW] Virt driver destroy exception is lost during instance shutdown if network deallocation fails

 

Public bug reported:

Version: OpenStack Liberty

If the compute manager _shutdown_instance method's call to
_try_deallocate_network at [1] fails, the exception from the virt driver
destroy, which is the real root cause of the shutdown / delete instance
failure is lost.

This makes it harder to debug why the virt driver destroy method failed.

[1]
https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L2252

** Affects: nova
     Importance: Undecided
     Assignee: Samuel Matzek (smatzek)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Samuel Matzek (smatzek)

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

Title:
  Virt driver destroy exception is lost during instance shutdown if
  network deallocation fails

Status in OpenStack Compute (nova):
  New

Bug description:
  Version: OpenStack Liberty

  If the compute manager _shutdown_instance method's call to
  _try_deallocate_network at [1] fails, the exception from the virt
  driver destroy, which is the real root cause of the shutdown / delete
  instance failure is lost.

  This makes it harder to debug why the virt driver destroy method
  failed.

  [1]
  https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L2252

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1489982/+subscriptions


Follow ups