]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
doc: Correct the default werror policy
authorPhilipp Hahn <hahn@univention.de>
Wed, 1 Mar 2017 19:44:54 +0000 (20:44 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 8 Mar 2017 16:33:05 +0000 (17:33 +0100)
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>
docs/formatdomain.html.in

index 68d664151dc3b5fdbb8b7ef02d47d5c2c2a46fd3..3095111c4bb729d207a7478da852d0cf2128fc78 100644 (file)
             how the hypervisor will behave on a disk read or write
             error, possible values are "stop", "report", "ignore", and
             "enospace".<span class="since">Since 0.8.0, "report" since
-            0.9.7</span> The default setting of error_policy is "report".
-            There is also an
+            0.9.7</span> The default is left to the discretion of the
+            hypervisor. There is also an
             optional <code>rerror_policy</code> that controls behavior
             for read errors only. <span class="since">Since
             0.9.7</span>. If no rerror_policy is given, error_policy
             read errors. Also note that "enospace" is not a valid
             policy for read errors, so if <code>error_policy</code> is
             set to "enospace" and no <code>rerror_policy</code> is
-            given, the read error policy will be left at its default,
-            which is "report".
+            given, the read error policy will be left at its default.
           </li>
           <li>
             The optional <code>io</code> attribute controls specific