]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixed attach volume for EMC SMI-S iSCSI driver
authorXing Yang <xing.yang@emc.com>
Thu, 21 Mar 2013 04:36:03 +0000 (00:36 -0400)
committerXing Yang <xing.yang@emc.com>
Fri, 22 Mar 2013 03:35:45 +0000 (23:35 -0400)
commit18bf0b386b2f26f524ebb6ab540941f64cad4642
tree308ec62aa0bbe73924b544fef9f5b19e20a4329e
parent65e291054681e45d3160d995c5648b8311bc1a69
Fixed attach volume for EMC SMI-S iSCSI driver

This problem was encountered during Grizzly RC1 testing.  The driver
didn't find the correct target IQN.  As a result, Nova couldn't find
the matching path in /dev/disk/by-path and therefore detached the volume.

Change-Id: I8bcf6d9896b9d445f6376ecc3a5695be46507663
Fixes: bug #1157912
cinder/tests/test_emc.py
cinder/volume/drivers/emc/emc_smis_common.py
cinder/volume/drivers/emc/emc_smis_iscsi.py