]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Enhance PureISCSIDriver multipath support
authorDaniel Wilson <daniel.wilson@purestorage.com>
Tue, 4 Aug 2015 18:27:06 +0000 (11:27 -0700)
committerDaniel Wilson <daniel.wilson@purestorage.com>
Tue, 11 Aug 2015 18:55:01 +0000 (11:55 -0700)
commit72273183871a244426f3237118a9002aa53063e7
tree6e74a8501f17bba6b5faba7b7a05258a1920174f
parent1d5f591dc47714c51581946d72f2f3d935997d55
Enhance PureISCSIDriver multipath support

Add in support for alternative iSCSI portal information. We can also
return our whole list of connected ports for multipathing. This allows
us to not do any iSCSI discovery in the driver code since all portals
will be tried now in the connector code.

Change-Id: Iff18d1038aac3f9a234224c4dce5343dfae5e8c5
Implements: blueprint pure-iscsi-improved-multipath
cinder/tests/unit/test_pure.py
cinder/volume/drivers/pure.py