]> 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)
committerjohn-griffith <john.griffith@solidfire.com>
Sat, 23 Mar 2013 21:35:02 +0000 (15:35 -0600)
commitb2c48c641fd21a38b01b18c95911926293cd2c0b
treed7b559a730297659c2f1a8e5c596470afd72da19
parent407d9e5e95ad8a921231bfa81e903924c2617c34
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
(cherry picked from commit 18bf0b386b2f26f524ebb6ab540941f64cad4642)
cinder/tests/test_emc.py
cinder/volume/drivers/emc/emc_smis_common.py
cinder/volume/drivers/emc/emc_smis_iscsi.py