From 976b95d9290ad0e9ef10bdd35fe3ed08270666b8 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Wed, 13 Oct 2010 15:40:38 +0000 Subject: Limit repeated accesses to broken devices. Signed-off-by: Takahiro Yasui Reviewed-by: Petr Rockai --- doc/example.conf.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/example.conf.in') diff --git a/doc/example.conf.in b/doc/example.conf.in index 17fca052..6bd21ed2 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -136,6 +136,11 @@ 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. + disable_after_error_count = 0 + # Allow use of pvcreate --uuid without requiring --restorefile. require_restorefile_with_uuid = 1 } -- cgit