From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19664 invoked by alias); 13 Oct 2010 15:45:20 -0000 Received: (qmail 19645 invoked by uid 9699); 13 Oct 2010 15:45:19 -0000 Date: Wed, 13 Oct 2010 15:45:00 -0000 Message-ID: <20101013154519.19643.qmail@sourceware.org> From: mornfall@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/doc example.conf.in Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00034.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: mornfall@sourceware.org 2010-10-13 15:45:19 Modified files: doc : example.conf.in Log message: Tweak the lvm.conf comment about devices/disable_after_error_count. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/doc/example.conf.in.diff?cvsroot=lvm2&r1=1.12&r2=1.13 --- LVM2/doc/example.conf.in 2010/10/13 15:40:38 1.12 +++ LVM2/doc/example.conf.in 2010/10/13 15:45:18 1.13 @@ -136,9 +136,10 @@ # 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.