Comment 20 for bug 1696125

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/472377
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a4e51d5c69b9dced99db0b0d78ef8b784cb50960
Submitter: Jenkins
Branch: master

commit a4e51d5c69b9dced99db0b0d78ef8b784cb50960
Author: Matt Riedemann <email address hidden>
Date: Thu Jun 8 14:52:08 2017 -0400

    libvirt: dump debug info when interface detach times out

    The retry loop for detaching an interface is comparing the
    list of LibvirtConfigGuestInterfaces in the guest to the
    one we're trying to detach, so if we timeout waiting for
    the device to be gone from the guest it would be helpful
    to dump what is currently in the guest xml and the interface
    device we're looking for to compare.

    Change-Id: Id20a53812dbb1f888d8debc964418e79dd3e0a30
    Related-Bug: #1696125