From 6f5687498fdd7dd610b6935bb24255b931dfa5a1 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Wed, 1 Mar 2017 20:44:54 +0100 Subject: [PATCH] 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 --- docs/formatdomain.html.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.47.2