mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
* docs/formatstorage.html[.in]: fix a error in format type example
pointed out by Ryota Ozaki Daniel
This commit is contained in:
parent
73bc011483
commit
8d96348704
@ -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]
|
||||||
|
@ -330,7 +330,7 @@
|
|||||||
...
|
...
|
||||||
<target>
|
<target>
|
||||||
<path>/var/lib/virt/images/sparse.img</path>
|
<path>/var/lib/virt/images/sparse.img</path>
|
||||||
<format>qcow2</format>
|
<format type='qcow2'/>
|
||||||
<permissions>
|
<permissions>
|
||||||
<owner>0744</owner>
|
<owner>0744</owner>
|
||||||
<group>0744</group>
|
<group>0744</group>
|
||||||
@ -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
|
||||||
|
@ -234,7 +234,7 @@
|
|||||||
...
|
...
|
||||||
<target>
|
<target>
|
||||||
<path>/var/lib/virt/images/sparse.img</path>
|
<path>/var/lib/virt/images/sparse.img</path>
|
||||||
<format>qcow2</format>
|
<format type='qcow2'/>
|
||||||
<permissions>
|
<permissions>
|
||||||
<owner>0744</owner>
|
<owner>0744</owner>
|
||||||
<group>0744</group>
|
<group>0744</group>
|
||||||
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user