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.
Reviewed: https:/ /review. openstack. org/446601 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=33d0b029f19 27a455b6b00f41b 4d83ed19a694ff
Committed: https:/
Submitter: Jenkins
Branch: master
commit 33d0b029f1927a4 55b6b00f41b4d83 ed19a694ff
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: I392192f139ced0 77664e54469eead 0b0df9ebf4a
Related-Bug: #1673483