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
This commit is contained in:
Vipin Balachandran 2014-09-18 15:21:58 +05:30
parent dce0cdc1f4
commit ef41173f83

View File

@ -53,7 +53,7 @@
<title>VMDK disk type</title>
<para>The VMware VMDK drivers support the creation of VMDK
disk files of type <literal>thin</literal>,
<literal>thick</literal>, or
<literal>lazyZeroedThick</literal>, or
<literal>eagerZeroedThick</literal>. Use the
<code>vmware:vmdk_type</code> extra spec key with the
appropriate value to specify the VMDK disk file type. The
@ -76,7 +76,7 @@
<td>thin</td>
</tr>
<tr>
<td>thick</td>
<td>lazyZeroedThick</td>
<td>vmware:vmdk_type</td>
<td>thick</td>
</tr>
@ -91,7 +91,7 @@
spec entry, the default disk file type is
<literal>thin</literal>.</para>
<para>The following example shows how to create a
<code>thick</code> VMDK volume by using the
<code>lazyZeroedThick</code> VMDK volume by using the
appropriate <code>vmdk_type</code>:</para>
<screen><prompt>$</prompt> <userinput>cinder type-create thick_volume</userinput>
<prompt>$</prompt> <userinput>cinder type-key thick_volume set vmware:vmdk_type=thick</userinput>