]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
EMC VMAX - Changing PercentSynced to CopyState in isSynched
authorHelen Walsh <helen.walsh@emc.com>
Wed, 18 Nov 2015 15:40:11 +0000 (15:40 +0000)
committerHelen Walsh <helen.walsh@emc.com>
Fri, 26 Feb 2016 22:18:23 +0000 (22:18 +0000)
commitcfba8b358430e399d889918e954b9f4f6660a009
tree46f1c033e2fbe1748cd077461f8d57586c771baf
parent0f5e61bf6ed143bc2b2ea83081c9bc7861548b00
EMC VMAX - Changing PercentSynced to CopyState in isSynched

In SE 8.x PercentSynced no longer works for VMAX3 as a criteria to
determine whether a device is synched or not. Luckily 'CopyState'
works for both VMAX2 and VMAX3 and is backward compatible with 7.6.x.

Change-Id: I443e5f17f3c0e779ebdfd868bcd05cb85b52f525
Closes-Bug: #1517103
cinder/tests/unit/test_emc_vmax.py
cinder/volume/drivers/emc/emc_vmax_fc.py
cinder/volume/drivers/emc/emc_vmax_iscsi.py
cinder/volume/drivers/emc/emc_vmax_utils.py