* docs/formatstorage.html[.in]: fix a error in format type example

pointed out by Ryota Ozaki
Daniel
This commit is contained in:
Daniel Veillard 2009-05-21 08:03:13 +00:00
parent 73bc011483
commit 8d96348704
3 changed files with 11 additions and 6 deletions

View File

@ -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> Wed May 20 16:23:10 CEST 2009 Daniel Veillard <veillard@redhat.com>
* configure.in include/libvirt/libvirt.h[.in] * configure.in include/libvirt/libvirt.h[.in]

View File

@ -330,7 +330,7 @@
... ...
&lt;target&gt; &lt;target&gt;
&lt;path&gt;/var/lib/virt/images/sparse.img&lt;/path&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;permissions&gt;
&lt;owner&gt;0744&lt;/owner&gt; &lt;owner&gt;0744&lt;/owner&gt;
&lt;group&gt;0744&lt;/group&gt; &lt;group&gt;0744&lt;/group&gt;
@ -346,8 +346,8 @@
or directory pools it will provide the file format type, eg cow, or directory pools it will provide the file format type, eg cow,
qcow, vmdk, raw. If omitted when creating a volume, the pool's qcow, vmdk, raw. If omitted when creating a volume, the pool's
default format will be used. The actual format is specified via default format will be used. The actual format is specified via
the <code>type</code>. Consult the pool-specific docs for the the <code>type</code> attribute. Consult the pool-specific docs for
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 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 when creating volumes. This is currently only useful for directory
or filesystem based pools, where the volumes allocated are simple or filesystem based pools, where the volumes allocated are simple
files. For pools where the volumes are device nodes, the hotplug files. For pools where the volumes are device nodes, the hotplug

View File

@ -234,7 +234,7 @@
... ...
&lt;target&gt; &lt;target&gt;
&lt;path&gt;/var/lib/virt/images/sparse.img&lt;/path&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;permissions&gt;
&lt;owner&gt;0744&lt;/owner&gt; &lt;owner&gt;0744&lt;/owner&gt;
&lt;group&gt;0744&lt;/group&gt; &lt;group&gt;0744&lt;/group&gt;
@ -255,8 +255,8 @@
or directory pools it will provide the file format type, eg cow, or directory pools it will provide the file format type, eg cow,
qcow, vmdk, raw. If omitted when creating a volume, the pool's qcow, vmdk, raw. If omitted when creating a volume, the pool's
default format will be used. The actual format is specified via default format will be used. The actual format is specified via
the <code>type</code>. Consult the pool-specific docs for the the <code>type</code> attribute. Consult the pool-specific docs for
list of valid values. <span class="since">Since 0.4.1</span></dd> the list of valid values. <span class="since">Since 0.4.1</span></dd>
<dt><code>permissions</code></dt> <dt><code>permissions</code></dt>
<dd>Provides information about the default permissions to use <dd>Provides information about the default permissions to use
when creating volumes. This is currently only useful for directory when creating volumes. This is currently only useful for directory