Comment 6 for bug 1673483

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

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

commit 33d0b029f1927a455b6b00f41b4d83ed19a694ff
Author: Matt Riedemann <email address hidden>
Date: Thu Mar 16 11:35:04 2017 -0400

    libvirt: add debug logging in detach_device_with_retry

    When we hit failures in this method it can be hard to
    sort out from a traceback what actually happened, and
    if we failed from the intial detach or if we failed
    during the retry loop.

    This patch adds some simple debug logging statements
    to help give context to what's going on when we need
    to debug a failure in this operation.

    Change-Id: I392192f139ced077664e54469eead0b0df9ebf4a
    Related-Bug: #1673483