]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Improve logging for volume detach
authorVipin Balachandran <vbala@vmware.com>
Mon, 1 Feb 2016 12:10:00 +0000 (04:10 -0800)
committerVipin Balachandran <vbala@vmware.com>
Mon, 1 Feb 2016 12:13:58 +0000 (04:13 -0800)
commit5767a138cc31ef2b7f736351905eb8ed6cafa016
tree3a7d495e8458e18631cb30c90af9d5eac5bd72f3
parent55744deafb3fd8b4c7ba093626836d5a92255996
Improve logging for volume detach

Currently the volume manager doesn't log the instance ID during
volume detach. This is missing in cinder-api log as well. This
patch adds a log statement to print a message with volume ID and
instance ID before calling driver detach.

Change-Id: I6e765124c4e737e64cff39ec82cb81749bca28ab
cinder/volume/manager.py