Edits on vmware-vmdk-driver

Forward port edits done as part of
https://review.openstack.org/#/c/54889

Change-Id: I42cf764fdf8266106440364a4f6dd1f9dd2cc674
backport: none
This commit is contained in:
Anne Gentle 2013-11-01 18:44:47 +01:00 committed by Andreas Jaeger
parent 7c4225b0e9
commit 9bc0776ac4

View File

@ -136,42 +136,42 @@
drivers:</para> drivers:</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>create volume</para> <para>Create volume</para>
</listitem> </listitem>
<listitem> <listitem>
<para>create volume from another source volume (Supported only if source volume is <para>Create volume from another source volume. (Supported only if source volume is
not attached to an instance.)</para> not attached to an instance.)</para>
</listitem> </listitem>
<listitem> <listitem>
<para>create volume from snapshot</para> <para>Create volume from snapshot</para>
</listitem> </listitem>
<listitem> <listitem>
<para>create volume from glance image</para> <para>Create volume from glance image</para>
</listitem> </listitem>
<listitem> <listitem>
<para>attach volume (When a volume is attached to an instance, a reconfigure <para>Attach volume (When a volume is attached to an instance, a reconfigure
operation is performed on the instance to add the volume's VMDK to it. The user operation is performed on the instance to add the volume's VMDK to it. The user
must manually rescan and mount the device from within the guest operating must manually rescan and mount the device from within the guest operating
system.)</para> system.)</para>
</listitem> </listitem>
<listitem> <listitem>
<para>detach volume</para> <para>Detach volume</para>
</listitem> </listitem>
<listitem> <listitem>
<para>create snapshot (Allowed only if volume is not attached to an <para>Create snapshot (Allowed only if volume is not attached to an
instance.)</para> instance.)</para>
</listitem> </listitem>
<listitem> <listitem>
<para>delete snapshot (Allowed only if volume is not attached to an <para>Delete snapshot (Allowed only if volume is not attached to an
instance.)</para> instance.)</para>
</listitem> </listitem>
<listitem> <listitem>
<para>upload as image to glance (Allowed only if volume is not attached to an <para>Upload as image to glance (Allowed only if volume is not attached to an
instance.)</para> instance.)</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<para>Note: Although the VMware ESX VMDK driver supports these operations, it has not been <note><para>Although the VMware ESX VMDK driver supports these operations, it has not been
extensively tested.</para> extensively tested.</para></note>
</simplesect> </simplesect>
<simplesect> <simplesect>
<title>Datastore selection</title> <title>Datastore selection</title>