]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
XtremIO: FC initialize connection failed
authorShay Halsband <shay.halsband@emc.com>
Thu, 10 Dec 2015 12:13:51 +0000 (14:13 +0200)
committerShay Halsband <shay.halsband@emc.com>
Sun, 17 Jan 2016 09:50:39 +0000 (11:50 +0200)
commit2f3d05b5ba522605d5b6d17cd90786d929be6124
treef6ab256145caff24ba17ba9fef10c2d20a199acb
parente5936310fba453ec629189420204276f59bf71a7
XtremIO: FC initialize connection failed

* Initialize connection fail when all initiators are
  connected to a non default named initiator group(IG).
  The failure happens since the default name was always added
  to the IG list even if one doesn't exists.
  Added a check before adding the default IG to the list to
  make sure it was created, thus preventing the failure.
* Added unitest for existing IG.

Change-Id: Ie761580fc5ff73683c32d2b79d94c6ba4db0b792
closes-bug: #1524766
cinder/tests/unit/test_emc_xtremio.py
cinder/volume/drivers/emc/xtremio.py