summaryrefslogtreecommitdiffstats
path: root/doc/example.conf.in
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2010-10-13 15:45:18 +0000
committerPetr Rockai <prockai@redhat.com>2010-10-13 15:45:18 +0000
commit2db2b7f1caf723a95102cb23933c3f004e3c2efa (patch)
tree1b6ffc6a8648d31c0dba8ea9dab59c1495bce26d /doc/example.conf.in
parent0c59a030c3fafac619a7056ca790f5a4824d854a (diff)
downloadlvm2-2db2b7f1caf723a95102cb23933c3f004e3c2efa.tar.gz
lvm2-2db2b7f1caf723a95102cb23933c3f004e3c2efa.tar.xz
lvm2-2db2b7f1caf723a95102cb23933c3f004e3c2efa.zip
Tweak the lvm.conf comment about devices/disable_after_error_count.
Diffstat (limited to 'doc/example.conf.in')
-rw-r--r--doc/example.conf.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index 6bd21ed2..4f2810e1 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -136,9 +136,10 @@ 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.
+ # During each LVM operation errors received from each device are counted.
+ # If the counter of a particular device exceeds the limit set here, no
+ # further I/O is sent to that device for the remainder of the respective
+ # operation.
disable_after_error_count = 0
# Allow use of pvcreate --uuid without requiring --restorefile.