]> sourceware.org Git - lvm2.git/commitdiff
Fixes for the devices/disable_after_error_count documentation.
authorPetr Rockai <prockai@redhat.com>
Fri, 15 Oct 2010 16:24:00 +0000 (16:24 +0000)
committerPetr Rockai <prockai@redhat.com>
Fri, 15 Oct 2010 16:24:00 +0000 (16:24 +0000)
doc/example.conf.in
man/lvm.conf.5.in

index 4f2810e1634023ec6281437aab3269d438e651ea..4b461684fe5c568469c0e61b9bfacd567bf45b83 100644 (file)
@@ -139,7 +139,7 @@ devices {
     # 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.
+    # operation. Setting the parameter to 0 disables the counters altogether.
     disable_after_error_count = 0
 
     # Allow use of pvcreate --uuid without requiring --restorefile.
index 35595baeebd2da8de38a0bbf068975dcb762c3a0..44529bf6108cc3735aa936988611cb2f62cea522 100644 (file)
@@ -166,10 +166,11 @@ use \fBpvs -o +pe_start\fP .  It will be a multiple of the requested
 \fBdata_alignment_offset_detection\fP (if enabled) or the pvcreate
 commandline.
 .IP
-\fBdev_max_error_count\fP \(em Maximum number of error counts per device
-before disabling devices. This option prevents a broken device from
-being accessed repeatedly. If set to 0, no access control to devices is
-done.
+\fBdisable_after_error_count\fP \(em 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. Setting the parameter to 0 disables the counters
+altogether.
 .TP
 \fBlog\fP \(em Default log settings
 .IP
This page took 0.034224 seconds and 5 git commands to generate.