doc: Correct the default werror policy
It's only implemented by QEMU and its default is VIR_DOMAIN_DISK_ERROR_POLICY_ENOSPACE anyway. Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
parent
bb0bffb16c
commit
6f5687498f
@ -2830,8 +2830,8 @@
|
|||||||
how the hypervisor will behave on a disk read or write
|
how the hypervisor will behave on a disk read or write
|
||||||
error, possible values are "stop", "report", "ignore", and
|
error, possible values are "stop", "report", "ignore", and
|
||||||
"enospace".<span class="since">Since 0.8.0, "report" since
|
"enospace".<span class="since">Since 0.8.0, "report" since
|
||||||
0.9.7</span> The default setting of error_policy is "report".
|
0.9.7</span> The default is left to the discretion of the
|
||||||
There is also an
|
hypervisor. There is also an
|
||||||
optional <code>rerror_policy</code> that controls behavior
|
optional <code>rerror_policy</code> that controls behavior
|
||||||
for read errors only. <span class="since">Since
|
for read errors only. <span class="since">Since
|
||||||
0.9.7</span>. If no rerror_policy is given, error_policy
|
0.9.7</span>. If no rerror_policy is given, error_policy
|
||||||
@ -2840,8 +2840,7 @@
|
|||||||
read errors. Also note that "enospace" is not a valid
|
read errors. Also note that "enospace" is not a valid
|
||||||
policy for read errors, so if <code>error_policy</code> is
|
policy for read errors, so if <code>error_policy</code> is
|
||||||
set to "enospace" and no <code>rerror_policy</code> is
|
set to "enospace" and no <code>rerror_policy</code> is
|
||||||
given, the read error policy will be left at its default,
|
given, the read error policy will be left at its default.
|
||||||
which is "report".
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The optional <code>io</code> attribute controls specific
|
The optional <code>io</code> attribute controls specific
|
||||||
|
Loading…
x
Reference in New Issue
Block a user