]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* docs/formatstorage.html[.in]: fix a error in format type example
authorDaniel Veillard <veillard@redhat.com>
Thu, 21 May 2009 08:03:13 +0000 (08:03 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 21 May 2009 08:03:13 +0000 (08:03 +0000)
  pointed out by Ryota Ozaki
Daniel

ChangeLog
docs/formatstorage.html
docs/formatstorage.html.in

index e8b44286d3e25c2ce83da6691c6199ab76336968..93f60ae3f37b2f79b1de15b6dbdda5fb1ac8a38a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 21 10:01:43 CEST 2009 Daniel Veillard <veillard@redhat.com>
+
+       * docs/formatstorage.html[.in]: fix a error in format type example
+         pointed out by Ryota Ozaki
+
 Wed May 20 16:23:10 CEST 2009 Daniel Veillard <veillard@redhat.com>
 
        * configure.in include/libvirt/libvirt.h[.in]
index bec32d10ba687163fbc2d48ddea99a4673727b5b..fc479917ed71301c1e3303ad2960aedd456f8598 100644 (file)
         ...
        &lt;target&gt;
           &lt;path&gt;/var/lib/virt/images/sparse.img&lt;/path&gt;
-          &lt;format&gt;qcow2&lt;/format&gt;
+          &lt;format type='qcow2'/&gt;
           &lt;permissions&gt;
             &lt;owner&gt;0744&lt;/owner&gt;
             &lt;group&gt;0744&lt;/group&gt;
        or directory pools it will provide the file format type, eg cow,
        qcow, vmdk, raw. If omitted when creating a volume, the pool's
        default format will be used. The actual format is specified via
-       the <code>type</code>. Consult the pool-specific docs for the
-       list of valid values. <span class="since">Since 0.4.1</span></dd><dt><code>permissions</code></dt><dd>Provides information about the default permissions to use
+       the <code>type</code> attribute. Consult the pool-specific docs for
+        the list of valid values. <span class="since">Since 0.4.1</span></dd><dt><code>permissions</code></dt><dd>Provides information about the default permissions to use
        when creating volumes. This is currently only useful for directory
        or filesystem based pools, where the volumes allocated are simple
        files. For pools where the volumes are device nodes, the hotplug
index 2055f042788c068aee5b5f7862c6696272f7fe2c..60e2ebc3f0b3471155e342a4af609793e4d74c31 100644 (file)
         ...
        &lt;target&gt;
           &lt;path&gt;/var/lib/virt/images/sparse.img&lt;/path&gt;
-          &lt;format&gt;qcow2&lt;/format&gt;
+          &lt;format type='qcow2'/&gt;
           &lt;permissions&gt;
             &lt;owner&gt;0744&lt;/owner&gt;
             &lt;group&gt;0744&lt;/group&gt;
        or directory pools it will provide the file format type, eg cow,
        qcow, vmdk, raw. If omitted when creating a volume, the pool's
        default format will be used. The actual format is specified via
-       the <code>type</code>. Consult the pool-specific docs for the
-       list of valid values. <span class="since">Since 0.4.1</span></dd>
+       the <code>type</code> attribute. Consult the pool-specific docs for
+        the list of valid values. <span class="since">Since 0.4.1</span></dd>
       <dt><code>permissions</code></dt>
       <dd>Provides information about the default permissions to use
        when creating volumes. This is currently only useful for directory