deb-cinder/releasenotes/notes/vmware-vmdk-manage-existing-0edc20d9d4d19172.yaml
Vipin Balachandran a8e965c3d4 VMware: manage_existing for VMDK driver
This patch implements manage_existing for the VMDK driver. Manage
existing creates a volume backing from the vmdk identified by the
source-name option. The source-name format is:
                                    "vmdk_path@vm_inventory_path".

This patch detaches the disk device at vmdk_path from the VM at
vCenter inventory path given by vm_inventory_path and attaches it
to the volume backing.

Implements: blueprint vmdk-manage-existing
Change-Id: I03501bb9bcc9932211174d5a00511af347befd96
2016-02-16 12:23:54 +05:30

3 lines
74 B
YAML

---
features:
- Added support for manage volume in the VMware VMDK driver.