]> sourceware.org Git - lvm2.git/commitdiff
Tweak the lvm.conf comment about devices/disable_after_error_count.
authorPetr Rockai <prokai@redhat.com>
Wed, 13 Oct 2010 15:45:18 +0000 (15:45 +0000)
committerPetr Rockai <prokai@redhat.com>
Wed, 13 Oct 2010 15:45:18 +0000 (15:45 +0000)
doc/example.conf.in

index 6bd21ed293eafcd93319c8b237ee70d41261a23f..4f2810e1634023ec6281437aab3269d438e651ea 100644 (file)
@@ -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.
This page took 0.041749 seconds and 5 git commands to generate.