]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use Unique SCST Group names in SCST cinder helper driver.
authornikeshmahalka <Nikesh.Mahalka@emulex.com>
Wed, 25 Feb 2015 15:14:13 +0000 (20:44 +0530)
committernikeshmahalka <Nikesh.Mahalka@emulex.com>
Wed, 25 Feb 2015 15:21:30 +0000 (20:51 +0530)
commitcb5e6b35b0900fd950c8bbbcee1794b0ee5f75e7
tree63a7be21b4da5cc71188a2336a1b85c01600b4ae
parentd39c1351cffff17015d9b0e4ae0ca41aff276eec
Use Unique SCST Group names in SCST cinder helper driver.

Currently, while setting up GROUPS under targets in scst.conf,
we are using the Initiator IQN as the group name. When we have
multiple targets and we want to connect LUN's from these multiple
targets to the same initiator, we are using the same GROUP name in
all the Target sections.

It would be good to provide a unique group name by prepending the
GROUP name with the target name. So the GROUP name will be
"Target name+Initiator IQN".

Change-Id: Ia0fbab18f792e602e1f4dae6f9ca0e607d0cfde3
Closes-Bug: #1424973
cinder/volume/targets/scst.py