summaryrefslogtreecommitdiffstats
path: root/doc/example.conf.in
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2010-10-13 15:40:38 +0000
committerPetr Rockai <prockai@redhat.com>2010-10-13 15:40:38 +0000
commit976b95d9290ad0e9ef10bdd35fe3ed08270666b8 (patch)
tree83dc1847d51c0991b5b4bda20bbeea635ba451c9 /doc/example.conf.in
parentd9583b8708a90d305989db813728a9873e70eb43 (diff)
downloadlvm2-976b95d9290ad0e9ef10bdd35fe3ed08270666b8.tar.gz
lvm2-976b95d9290ad0e9ef10bdd35fe3ed08270666b8.tar.xz
lvm2-976b95d9290ad0e9ef10bdd35fe3ed08270666b8.zip
Limit repeated accesses to broken devices.
Signed-off-by: Takahiro Yasui <takahiro.yasui@hds.com> Reviewed-by: Petr Rockai <prockai@redhat.com>
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
}