summaryrefslogtreecommitdiffstats
path: root/doc/example.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example.conf.in')
-rw-r--r--doc/example.conf.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index 17fca052..6bd21ed2 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -136,6 +136,11 @@ devices {
# in recovery situations.
ignore_suspended_devices = 0
+ # During each LVM operation any errors received from a device are counted.
+ # If this counter exceeds the number here, no further I/O is sent to the
+ # device.
+ disable_after_error_count = 0
+
# Allow use of pvcreate --uuid without requiring --restorefile.
require_restorefile_with_uuid = 1
}