From ef41173f832a77a945ed1d0ef3ea65a8d4022828 Mon Sep 17 00:00:00 2001 From: Vipin Balachandran Date: Thu, 18 Sep 2014 15:21:58 +0530 Subject: [PATCH] VMware: Change disk type thick to lazyZeroedThick The VMDK driver creates a lazyZeroedThick disk when the extra spec value for vmware:vmdk_type is thick. The current documentation uses the terminology 'thick' disk instead of 'lazyZeroedThick' disk. Change-Id: Ie64d814578fbc0497b3c6afc378573ac3dfafb2a Closes-Bug: #1371036 --- .../block-storage/drivers/vmware-vmdk-driver.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml b/doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml index 2bb2342627..1a778d2f9a 100644 --- a/doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml +++ b/doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml @@ -53,7 +53,7 @@ VMDK disk type The VMware VMDK drivers support the creation of VMDK disk files of type thin, - thick, or + lazyZeroedThick, or eagerZeroedThick. Use the vmware:vmdk_type extra spec key with the appropriate value to specify the VMDK disk file type. The @@ -76,7 +76,7 @@ thin - thick + lazyZeroedThick vmware:vmdk_type thick @@ -91,7 +91,7 @@ spec entry, the default disk file type is thin. The following example shows how to create a - thick VMDK volume by using the + lazyZeroedThick VMDK volume by using the appropriate vmdk_type: $ cinder type-create thick_volume $ cinder type-key thick_volume set vmware:vmdk_type=thick