]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dell SC: Added support for alternate iscsi portals
authorTom Swanson <tom_swanson@dell.com>
Wed, 13 May 2015 17:00:54 +0000 (12:00 -0500)
committerTom Swanson <tom_swanson@dell.com>
Fri, 5 Jun 2015 22:21:58 +0000 (22:21 +0000)
commit3846830d237765cdb25678685538dc789c0f47d1
treec79db2c00bee84695a5b15d5f658918539b2399b
parent6427af005fed7d3a0a7ff092322e41ec9a47eefa
Dell SC: Added support for alternate iscsi portals

Added support for returning alternate target portals,
luns and iqns in a non multipath setup.  This was done
per https://review.openstack.org/#/c/140877/  Tests
were modified to support this change.

The iscsi initialize_connection and find_iscsi_properties
functions took the brunt of this.  The full list of portals,
luns and iqns are returned along with the preferred portal,
lun and iqn rather than a single iqn, lun and portal.

Some minor log message changes for clarity.  (Removed the
one character vars.)

Comment cleanup and clarification.

Implements: blueprint dell-sc-add-alternate-iscsi-portals
Change-Id: I40ad7c2e9b92fd6c6780ad181fcbccd25021d312
cinder/tests/unit/test_dellsc.py
cinder/tests/unit/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