]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dell SC driver has insufficient iscsi logging
authorTom Swanson <tom_swanson@dell.com>
Thu, 2 Apr 2015 22:55:44 +0000 (17:55 -0500)
committerTom Swanson <tom_swanson@dell.com>
Fri, 3 Apr 2015 15:33:04 +0000 (10:33 -0500)
commitd0be2551e7ce944270db6023515b1852f495fb58
tree4bdb822521ca6c7e8cfcbfc43a9a1f9c590ddeac
parenta16484e88fd3573bc30b92b912f369d56a24c1a9
Dell SC driver has insufficient iscsi logging

In the case where a volume was mapped but the server could not
locate the volume not enough information was being logged to
sort out the failure. Added logging to Dell SC ISCSI driver.
Now returns much more connection information on trying to map
a volume. Also tries to return iscsi properties associated with
the controller on which the volume in question is active.

Updated tests.

Minor comment change.

Change-Id: I76bf501152802c5421be316703615fdc27a49072
Closes-Bug: 1439852
cinder/tests/test_dellsc.py
cinder/tests/test_dellscapi.py
cinder/volume/drivers/dell/dell_storagecenter_api.py
cinder/volume/drivers/dell/dell_storagecenter_common.py
cinder/volume/drivers/dell/dell_storagecenter_iscsi.py