[NEW PATCH] BZ#722754 Limit lvm retries to broken devices (via gerrit-bot)

Federico Simoncelli fsimonce at redhat.com
Wed Jul 20 19:33:33 UTC 2011


New patch submitted by Federico Simoncelli (fsimonce at redhat.com)

You can review this change at: http://gerrit.usersys.redhat.com/730

commit 9e3483faf360c271027652fcb67273d76bc4146d
Author: Federico Simoncelli <fsimonce at redhat.com>
Date:   Wed Jul 20 15:27:52 2011 +0000

    BZ#722754 Limit lvm retries to broken devices
    
    Change-Id: I74dfdea05943f72c7b89eba42246fc8f26bf0035

diff --git a/vdsm/storage/lvm.py b/vdsm/storage/lvm.py
index ef60c02..021dcfc 100644
--- a/vdsm/storage/lvm.py
+++ b/vdsm/storage/lvm.py
@@ -178,6 +178,7 @@ devices {
 preferred_names = ["^/dev/mapper/"]
 ignore_suspended_devices=1
 write_cache_state=0
+disable_after_error_count=3
 %s
 }
 




More information about the vdsm-patches mailing list