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 --- man/lvm.conf.5.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'man/lvm.conf.5.in') diff --git a/man/lvm.conf.5.in b/man/lvm.conf.5.in index ca951b50..35595bae 100644 --- a/man/lvm.conf.5.in +++ b/man/lvm.conf.5.in @@ -165,6 +165,11 @@ use \fBpvs -o +pe_start\fP . It will be a multiple of the requested \fBdata_alignment\fP plus the alignment_offset from \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. .TP \fBlog\fP \(em Default log settings .IP -- cgit