mirror of https://gitee.com/openkylin/libvirt.git
docs/formatdomain: Add release info for disk <driver> attributes
This commit is contained in:
parent
d299e1d08e
commit
3cd551053d
|
@ -785,8 +785,7 @@
|
||||||
<dd>
|
<dd>
|
||||||
The optional driver element allows specifying further details
|
The optional driver element allows specifying further details
|
||||||
related to the hypervisor driver used to provide the disk.
|
related to the hypervisor driver used to provide the disk.
|
||||||
<span class="since">Since 0.1.8; <code>io</code> attribute
|
<span class="since">Since 0.1.8</span>
|
||||||
since 0.8.8</span>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
If the hypervisor supports multiple backend drivers, then
|
If the hypervisor supports multiple backend drivers, then
|
||||||
|
@ -802,16 +801,18 @@
|
||||||
The optional <code>cache</code> attribute controls the
|
The optional <code>cache</code> attribute controls the
|
||||||
cache mechanism, possible values are "default", "none",
|
cache mechanism, possible values are "default", "none",
|
||||||
"writethrough" and "writeback".
|
"writethrough" and "writeback".
|
||||||
|
<span class="since">Since 0.6.0</span>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The optional <code>error_policy</code> attribute controls
|
The optional <code>error_policy</code> attribute controls
|
||||||
how the hypervisor will behave on an error, possible
|
how the hypervisor will behave on an error, possible
|
||||||
values are "stop", "ignore", and "enospace".
|
values are "stop", "ignore", and "enospace".
|
||||||
|
<span class="since">Since 0.8.0</span>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The optional <code>io</code> attribute controls specific
|
The optional <code>io</code> attribute controls specific
|
||||||
policies on I/O; qemu guests support "threads" and
|
policies on I/O; qemu guests support "threads" and
|
||||||
"native".
|
"native". <span class="since">Since 0.8.8</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
Loading…
Reference in New Issue