]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix VMAX live migration problem
authorXing Yang <xing.yang@emc.com>
Wed, 23 Sep 2015 15:22:43 +0000 (11:22 -0400)
committerXing Yang <xing.yang@emc.com>
Thu, 24 Sep 2015 21:01:18 +0000 (17:01 -0400)
commit794e27c78255c94084b54821d44a36fd8f2096d7
treee1b9a5115e1eff40007ac435474cb4051ea765f1
parent95de262093b84679f872b5a260d84385e8a72878
Fix VMAX live migration problem

Live migration fails for VMAX because the host is not taken into
account when determining whether a volume is masked or not. For
live migration it is necessary to know which host a volume is masked
to. This patch fixes the problem by checking which host the volume
is masked to.

Change-Id: I693e29f7b26145bd1fd357b7d98377e26bfdfed8
Closes-Bug: #1498964
cinder/tests/unit/test_emc_vmax.py
cinder/volume/drivers/emc/emc_vmax_common.py
cinder/volume/drivers/emc/emc_vmax_iscsi.py
cinder/volume/drivers/emc/emc_vmax_masking.py