[dm-devel] multipath-tools/libmultipath discovery.c

bmarzins at sourceware.org bmarzins at sourceware.org
Mon Mar 7 15:45:16 UTC 2011


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins at sourceware.org	2011-03-07 15:45:15

Modified files:
	libmultipath   : discovery.c 

Log message:
	Increase the length of time we will wait for a file to be created. No applicable
	upstream.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/discovery.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.32.2.18&r2=1.32.2.19

--- multipath-tools/libmultipath/discovery.c	2011/02/18 18:27:00	1.32.2.18
+++ multipath-tools/libmultipath/discovery.c	2011/03/07 15:45:15	1.32.2.19
@@ -181,7 +181,7 @@
  * not multipath(8), ran by udev
  */
 #if DAEMON
-#define WAIT_MAX_SECONDS 60
+#define WAIT_MAX_SECONDS 90
 #define WAIT_LOOP_PER_SECOND 5
 
 static int




More information about the dm-devel mailing list