Displaying 1 result from an estimated 1 matches for "rerror_policy".
Did you mean:
  error_policy
  
2013 Apr 23
0
Fwd: kvm
...w 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 optional
  rerror_policy that controls behavior for read errors only. Since 0.9.7.
  If no rerror_policy is given, error_policy is used for both read and
  write errors. If rerror_policy is given, it overrides the error_policy
  for read errors. Also note that "enospace" is not a valid policy for
  read errors, s...