]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
EMC VNX Cinder Driver iSCSI multipath enhancement
authorXi Yang <xi.yang@emc.com>
Wed, 11 Feb 2015 07:06:50 +0000 (02:06 -0500)
committerXi Yang <xi.yang@emc.com>
Thu, 12 Feb 2015 05:25:24 +0000 (00:25 -0500)
commita509ab75b906ea930d94630cf7e38f2f0d2b70f0
treeef02a0dc5cf76838a14145db9ecb842a41b2c533
parentd8c67fd99dee803c3045bad6b3ac492a4f3f8af7
EMC VNX Cinder Driver iSCSI multipath enhancement

This commit is to be consistent with the iSCSI multipath
ehancement in Cinder and Nova:
* Return multiple portals and iqns when multipath=True is
  specified in the connector info
* Return one portal and iqn when multipath=False is specified
  in the connector info

Change-Id: I47376ad6ac38e84569d92d62d3d8daa1359d797d
Implements: blueprint emc-vnx-driver-iscsi-multipath-enhancement
cinder/tests/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_cli_fc.py
cinder/volume/drivers/emc/emc_cli_iscsi.py
cinder/volume/drivers/emc/emc_vnx_cli.py