]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Support efficient non-disruptive volume backup in VNX
authorpeter_wang <peter.wang13@emc.com>
Tue, 11 Aug 2015 08:36:07 +0000 (04:36 -0400)
committerpeter_wang <peter.wang13@emc.com>
Fri, 21 Aug 2015 02:30:30 +0000 (22:30 -0400)
commit08e1fbf8aff2ff69a8bf267f34ce9382b0911a6e
tree35531df44fa57b78ecca4ceb958788a01b6c6e1a
parentfc44cbd43d9bd96fa9864fc5cd2a333045770ac3
Support efficient non-disruptive volume backup in VNX

Currently, VNX only supports creating backup for in-use volume via cloned volume.
Due to the slow lun migration in creating cloned volume,
A better solution is proposed below:
https://review.openstack.org/#/c/201249/

This patch is to implement above feature in the VNX cinder driver.

Change-Id: Ic0765081a88f28d3114f28b50c4f0a1b6d7ef9dd
Implements: blueprint non-disruptive-backup-in-vnx
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