From: Petr Rockai Date: Wed, 13 Oct 2010 15:45:18 +0000 (+0000) Subject: Tweak the lvm.conf comment about devices/disable_after_error_count. X-Git-Tag: old-v2_02_75~47 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=949b8c519bf4e178a3ec7edbe8559ec0dd658e19;p=lvm2.git Tweak the lvm.conf comment about devices/disable_after_error_count. --- diff --git a/doc/example.conf.in b/doc/example.conf.in index 6bd21ed29..4f2810e16 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.