From: Philipp Hahn Date: Wed, 1 Mar 2017 19:44:54 +0000 (+0100) Subject: doc: Correct the default werror policy X-Git-Tag: v3.2.0-rc1~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f5687498fdd7dd610b6935bb24255b931dfa5a1;p=thirdparty%2Flibvirt.git 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 --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 68d664151d..3095111c4b 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2830,8 +2830,8 @@ how the hypervisor will behave on a disk read or write error, possible values are "stop", "report", "ignore", and "enospace".Since 0.8.0, "report" since - 0.9.7 The default setting of error_policy is "report". - There is also an + 0.9.7 The default is left to the discretion of the + hypervisor. There is also an optional rerror_policy that controls behavior for read errors only. Since 0.9.7. If no rerror_policy is given, error_policy @@ -2840,8 +2840,7 @@ read errors. Also note that "enospace" is not a valid policy for read errors, so if error_policy is set to "enospace" and no rerror_policy 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.
  • The optional io attribute controls specific