]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Reworked Dell SC iSCSI target portal return
authorTom Swanson <tom_swanson@dell.com>
Thu, 9 Apr 2015 20:24:27 +0000 (15:24 -0500)
committerTom Swanson <tom_swanson@dell.com>
Mon, 13 Apr 2015 15:55:49 +0000 (10:55 -0500)
commitde62d8be2a80c512aa7bd18a783cf7a861849829
tree2b8736cf9e532a9eabcc7d0746f0f67f92f03d01
parentc7ca4b95b56539dd560dc88038ab994d50c8394d
Reworked Dell SC iSCSI target portal return

On initialize_connection the code to determine the portal, lun and
iqn info to return could skip ports and potentially not return the
best portal choice.  In the case of multipath being enabled not all
ports would be returned.

Also changed a LOG.debug to a LOG.info in initialize_connection.

Closes-bug: 1442346

Change-Id: I2c5235da4d373d15303325a51ed1d4c37fd38815
cinder/tests/test_dellscapi.py
cinder/volume/drivers/dell/dell_storagecenter_api.py
cinder/volume/drivers/dell/dell_storagecenter_iscsi.py