]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Snap copy feature for EMC VNX Cinder driver
authorXi Yang <xi.yang@emc.com>
Thu, 21 May 2015 08:09:21 +0000 (04:09 -0400)
committerXi Yang <xi.yang@emc.com>
Fri, 7 Aug 2015 00:40:45 +0000 (20:40 -0400)
commitafbaf3d2f103edaef44901a405f4d9cfaecd50bc
tree70e8e7a6e4d627e0fd3edafcd219bf9529d25fd2
parentb31979bee6786d918647eb546b1482e7a632d484
Snap copy feature for EMC VNX Cinder driver

Currently in VNX Cinder driver, a full-copy will be performed
when creating a volume from snapshot or volume and it is
time-consuming. This patch is going to address this issue by
providing an alternative way which is performing a snap-copy
when creating a volume from snapshot or volume. This can
accelerate the proccess a lot. And if the user wants to perform
a full-copy on the snap-copy volume, migration or retype can be
triggered on it. And we implement update_migrated_volume to
support migration and retype on the snap-copy volume.

DocImpact
Change-Id: I134a2d2274b1e3b85ea08cbf5e034f47d98e97db
Closes-Bug: #1457274
cinder/tests/unit/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_cli_fc.py
cinder/volume/drivers/emc/emc_cli_iscsi.py
cinder/volume/drivers/emc/emc_vnx_cli.py