+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]
...
<target>
<path>/var/lib/virt/images/sparse.img</path>
- <format>qcow2</format>
+ <format type='qcow2'/>
<permissions>
<owner>0744</owner>
<group>0744</group>
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
...
<target>
<path>/var/lib/virt/images/sparse.img</path>
- <format>qcow2</format>
+ <format type='qcow2'/>
<permissions>
<owner>0744</owner>
<group>0744</group>
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