]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
TgtAdm: Fix _recreate_backing_lun logging
authorEric Harney <eharney@redhat.com>
Tue, 27 Jan 2015 21:59:53 +0000 (16:59 -0500)
committerEric Harney <eharney@redhat.com>
Tue, 27 Jan 2015 22:06:07 +0000 (17:06 -0500)
commit22384060e40a4f6f0c0cf023d50f26cef1bd6f6f
tree348f6aaf2bba67dfe19e04f019c13555f24ece9a
parent1b2ce8b2ef648b9c00dee53b84ca00b2a05ae3e2
TgtAdm: Fix _recreate_backing_lun logging

If the execute of tgtadm new fails, the exception
thrown skips over the debugging output.

Ensure the output from the command is always
printed.

Change-Id: I9772c0f725cd6a19d4af8acae814a046e6cfdd17
cinder/volume/targets/tgt.py