[PATCH 1/2] Increase timeout to 30 secs to avoid locking issue

Ritesh Raj Sarraf rrs at researchut.com
Fri Apr 17 13:56:44 UTC 2009


https://bugzilla.redhat.com/show_bug.cgi?id=445268
When using user_friendly_names=yes and a large number of LUNs,
there is a possibility of seeing a locking issue which can
result in some maps not getting a friendly_name.
This change is already committed upstream.

Signed-off-by: Ritesh Raj Sarraf <rrs at researchut.com>
---
 libmultipath/alias.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libmultipath/alias.h b/libmultipath/alias.h
index 3d64b9b..fe1191b 100644
--- a/libmultipath/alias.h
+++ b/libmultipath/alias.h
@@ -1,4 +1,4 @@
-#define BINDINGS_FILE_TIMEOUT 3
+#define BINDINGS_FILE_TIMEOUT 30
 #define BINDINGS_FILE_HEADER \
 "# Multipath bindings, Version : 1.0\n" \
 "# NOTE: this file is automatically maintained by the multipath program.\n" \
-- 
1.6.2.3




More information about the pkg-lvm-maintainers mailing list