]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Create initiator id if not exist in VMAX driver
authorXing Yang <xing.yang@emc.com>
Sat, 4 Apr 2015 22:25:48 +0000 (18:25 -0400)
committerXing Yang <xing.yang@emc.com>
Mon, 6 Apr 2015 20:37:55 +0000 (16:37 -0400)
commitd36ac8277dfe26e18ec7fdd6ebb782fd83df38d5
tree481ec666bcf1b09b890f0dd1bf19fd37589defde
parent07f716c2cdbdf1d04843096b6fb7d03651521f3f
Create initiator id if not exist in VMAX driver

This problem was discovered in a customer's environment. If the
initiator id (hardware id SMI-S instance) does not exist on the
array, the attach volume operation will fail. In this patch,
the initiator id will be created if it doesn't exist.

Change-Id: I868118528d831a9f49081a6393e64eb7a414b36f
Closes-Bug: #1440427
cinder/tests/test_emc_vmax.py
cinder/volume/drivers/emc/emc_vmax_common.py
cinder/volume/drivers/emc/emc_vmax_fc.py
cinder/volume/drivers/emc/emc_vmax_masking.py
cinder/volume/drivers/emc/emc_vmax_utils.py