]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixing create CG from Cgsnapshot bug in VNX driver
authorTina <tina.tang@emc.com>
Wed, 16 Sep 2015 03:38:03 +0000 (23:38 -0400)
committerTina <tina.tang@emc.com>
Sat, 19 Sep 2015 21:19:44 +0000 (17:19 -0400)
commit9c4c994b952d7af5252c88e9486424033fa95d1b
treeceda49cbb96e898f4757381205712eb7c53f6c00
parent022406f794ec4ef973a1cec55e262ec80c9dc6f8
Fixing create CG from Cgsnapshot bug in VNX driver

When creating a consistency group from a cgsnapshot, VNX driver
didn't force a poll to the VNX system. This caused the creation
to fail because the out-of-date status was returned. This patch
forces a poll to the VNX system to get rid of this issue.

Change-Id: I710bd0ac2a6049a79fce0d552ad8fba2c9fbde67
Closes-Bug: #1496660
cinder/tests/unit/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_vnx_cli.py