]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: storage: Fix backingStore <format> docs
authorCole Robinson <crobinso@redhat.com>
Mon, 22 Feb 2010 21:01:12 +0000 (16:01 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 23 Feb 2010 14:44:38 +0000 (09:44 -0500)
docs/formatstorage.html.in

index 14fa655d88183f0c319cda1c053df6640c3d207c..dc031ad8f94825c92ecb1f60716b96a566efa9fc 100644 (file)
         This is mandatory when defining a volume.  <span class="since">Since 0.4.1</span></dd>
       <dt><code>key</code></dt>
       <dd>Providing an identifier for the volume which is globally unique.
-          This cannot be set when defining a pool: it is always generated.
+          This cannot be set when creating a volume: it is always generated.
         <span class="since">Since 0.4.1</span></dd>
       <dt><code>allocation</code></dt>
       <dd>Providing the total storage allocation for the volume. This
         ...
         &lt;backingStore&gt;
           &lt;path&gt;/var/lib/virt/images/master.img&lt;/path&gt;
-          &lt;format&gt;raw&lt;/format&gt;
+          &lt;format type='raw'/&gt;
           &lt;permissions&gt;
             &lt;owner&gt;107&lt;/owner&gt;
             &lt;group&gt;107&lt;/group&gt;
       <dd>Provides information about the pool specific backing store format.
         For disk pools it will provide the partition type. For filesystem
         or directory pools it will provide the file format type, eg cow,
-        qcow, vmdk, raw. Consult the pool-specific docs for the list of valid
+        qcow, vmdk, raw. The actual format is specified via the type attribute.
+        Consult the pool-specific docs for the list of valid
         values. Most file formats require a backing store of the same format,
         however, the qcow2 format allows a different backing store format.
         <span class="since">Since 0.6.0</span></dd>