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

rohara rohara at fedoraproject.org
Mon Aug 1 10:41:23 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=15860efcf92300d52fda31386efa1e5b0efdbc98
Commit:        15860efcf92300d52fda31386efa1e5b0efdbc98
Parent:        0cbcb84795f63a5094d1119cadb47a942158c11d
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: Mon Aug 1 05:39:33 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.

Resolves: rhbz#461948

Signed-off-by: Ryan O'Hara <rohara at redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto 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