]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware:Support for create disk and disk descriptor
authorVipin Balachandran <vbala@vmware.com>
Sun, 29 Jun 2014 13:27:00 +0000 (18:57 +0530)
committerVipin Balachandran <vbala@vmware.com>
Thu, 24 Jul 2014 06:50:02 +0000 (12:20 +0530)
commit97fbe770bc4dc97218e170103bfe16a1ad632976
tree89d0d0c888a3da10f3cca136b03da5473b36223f
parent078f3ea1bf1840a4e9ca3d58a37a432a664f93cc
VMware:Support for create disk and disk descriptor

This change adds utility methods for creating a virtual disk and virtual
disk descriptor. Currently volume creation from preallocated image doesn't
honour the disk type in the volume extra spec and adapter type in the image
meta-data. The workflow to address these issues require support for the
above mentioned methods.

Change-Id: If8ec1fd6c60d26552e5fb58b8bb16a8cc87d9d28
Partial-Bug: #1284284
Partial-Bug: #1287185
cinder/tests/test_vmware_volumeops.py
cinder/volume/drivers/vmware/error_util.py
cinder/volume/drivers/vmware/volumeops.py