]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dell sc driver iscsi multipath enhancement
authorTom Swanson <tom_swanson@dell.com>
Tue, 17 Feb 2015 20:00:04 +0000 (14:00 -0600)
committerTom Swanson <tom_swanson@dell.com>
Wed, 18 Feb 2015 19:22:00 +0000 (13:22 -0600)
commit8b2bfe46b5313ed7270cff02bf1761f94330f888
tree71ad3fd7a361a497142582f38655e617e9ba8c7b
parent260701bacc4331163803b08339415b9956d22319
Dell sc driver iscsi multipath enhancement

Added support for the connector's multipath boolean.  If this is
set the initialize_connection function returns arrays of all the
IQNs, LUNs and portals associated with the mapping of the volume
to the server.  If this is not set the standard return of a lone
IQN, LUN and portal is implemented.

Minor change to find_volume.  If a volume name or instance isn't
set then it will not be sent as a payload filter to the Dell
Storage Center array.

Additional Unit Tests to support the changes.

Change-Id: I2f7404c76c71f5bf6d06496ab5aa4617ba80615b
Implements: blueprint dell-sc-driver-iscsi-multipath-enhancement
cinder/tests/test_dellfc.py
cinder/tests/test_dellsc.py
cinder/tests/test_dellscapi.py
cinder/volume/drivers/dell/dell_storagecenter_api.py
cinder/volume/drivers/dell/dell_storagecenter_iscsi.py