]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add multipath support to 3PAR iSCSI driver
authorAnthony Lee <anthony.mic.lee@hp.com>
Wed, 29 Jul 2015 23:22:54 +0000 (16:22 -0700)
committerAnthony Lee <anthony.mic.lee@hp.com>
Wed, 12 Aug 2015 18:05:26 +0000 (11:05 -0700)
commite5296c1da379c91aaa493b2e675be73c759d259a
treeaa91676925d41b6501096cbdb63176d49b5d7448
parent4a88cbf86b74fd669361a272c488608dc1fb02a8
Add multipath support to 3PAR iSCSI driver

Adds multipath support to the 3PAR iSCSI driver.

target portals, iqns and luns will be returned if multipath
is being used.

Also adds a new function 3par common that allows finding
of all existing VLUNs.

Implements: blueprint 3par-iscsi-multipath-support
Change-Id: I6b17cc9057eaf726b6a31921fd8a141c5a430d52
cinder/tests/unit/test_hp3par.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py