]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Implement backup/restore for VMDK driver
authorVipin Balachandran <vbala@vmware.com>
Wed, 16 Jul 2014 15:14:09 +0000 (20:44 +0530)
committerVipin Balachandran <vbala@vmware.com>
Wed, 3 Sep 2014 06:00:20 +0000 (11:30 +0530)
commitcf7e777105a91a35d92b62dba92fb1a7aabe675d
tree27e76e5598825ab83f96d6dbadbe21120718bcfd
parentbaa34a301b1e46d860038b4901b8061bb7101d4f
VMware: Implement backup/restore for VMDK driver

Currently, backup-create and backup-restore operations are not
supported for volumes created by the VMDK driver. This change
implements backup_volume and restore_backup APIs for VMDK driver.

DocImpact
    Added a new config option 'vmware_tmp_dir' which specifies
    the directory in Cinder host to use for storing temporary
    virtual disk files during backup/restore.

Implements: blueprint vmdk-backup
Change-Id: Ib19a699f71701c2034e77b8e6b50a8a3295a542b
cinder/tests/test_vmware_vmdk.py
cinder/volume/drivers/vmware/io_util.py
cinder/volume/drivers/vmware/read_write_util.py
cinder/volume/drivers/vmware/vmdk.py
cinder/volume/drivers/vmware/vmware_images.py
etc/cinder/cinder.conf.sample