fence-agents: master - fence_kdump: change default timeout back to 60

rohara rohara at fedoraproject.org
Fri Jul 29 16:45:22 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=cb379c612524d6494c94153525699deb9712d028
Commit:        cb379c612524d6494c94153525699deb9712d028
Parent:        66d88fb0c34a66e62c7a7ac945856290372c7b45
Author:        Ryan O'Hara <rohara at redhat.com>
AuthorDate:    Fri Jul 29 11:42:09 2011 -0500
Committer:     Ryan O'Hara <rohara at redhat.com>
CommitterDate: Fri Jul 29 11:42:09 2011 -0500

fence_kdump: change default timeout back to 60

After more testing, the time between when the fence_kdump agent begins
listening for a message and the time that it receives a message appears
to be approximately 43-45 seconds. The default timeout of 60 seconds
should be sufficient. Users that wish to wait more than 60 seconds can
increase the timeout via the "timeout=<time>" option.

Signed-off-by: Ryan O'Hara <rohara at redhat.com>
---
 fence/agents/kdump/options.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/kdump/options.h b/fence/agents/kdump/options.h
index ba82f9c..10fa2a2 100644
--- a/fence/agents/kdump/options.h
+++ b/fence/agents/kdump/options.h
@@ -49,7 +49,7 @@ enum {
 #define FENCE_KDUMP_DEFAULT_ACTION   0
 #define FENCE_KDUMP_DEFAULT_COUNT    0
 #define FENCE_KDUMP_DEFAULT_INTERVAL 10
-#define FENCE_KDUMP_DEFAULT_TIMEOUT  120
+#define FENCE_KDUMP_DEFAULT_TIMEOUT  60
 #define FENCE_KDUMP_DEFAULT_VERBOSE  0
 
 typedef struct fence_kdump_opts {


More information about the cluster-commits mailing list