[Ocfs2-tools-commits] smushran commits r1344 - trunk/vendor/common

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 24 15:45:15 PDT 2007


Author: smushran
Date: 2007-04-24 15:45:14 -0700 (Tue, 24 Apr 2007)
New Revision: 1344

Modified:
   trunk/vendor/common/o2cb.init
Log:
tools: update default cluster timeouts

Signed-off-by: mfasheh

Modified: trunk/vendor/common/o2cb.init
===================================================================
--- trunk/vendor/common/o2cb.init	2007-04-23 07:22:52 UTC (rev 1343)
+++ trunk/vendor/common/o2cb.init	2007-04-24 22:45:14 UTC (rev 1344)
@@ -35,9 +35,9 @@
 fi
 
 # The default values should always be in sync with the kernel
-DEF_HEARTBEAT_THRESHOLD=7
-DEF_IDLE_TIMEOUT_MS=10000
-DEF_KEEPALIVE_DELAY_MS=5000
+DEF_HEARTBEAT_THRESHOLD=31
+DEF_IDLE_TIMEOUT_MS=30000
+DEF_KEEPALIVE_DELAY_MS=2000
 DEF_RECONNECT_DELAY_MS=2000
 
 # Minimum timeout values




More information about the Ocfs2-tools-commits mailing list