fence-agents: master - fence_kdump: Increase default timeout to 120

rohara rohara at fedoraproject.org
Thu Jul 28 19:08:27 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=c7088127776aff5a763222937cadb4fae4f66cc4
Commit:        c7088127776aff5a763222937cadb4fae4f66cc4
Parent:        6a66ef7fedeef8e0538ea600d9304a5112da9220
Author:        Ryan O'Hara <rohara at redhat.com>
AuthorDate:    Thu Jul 28 14:06:14 2011 -0500
Committer:     Ryan O'Hara <rohara at redhat.com>
CommitterDate: Thu Jul 28 14:06:14 2011 -0500

fence_kdump: Increase default timeout to 120

The default timeout value of 60 seconds appears to be to short, so we
should increase the default timeout value to 120 seconds. This is the
time that the fence_kdump agent will wait for a message before returning
failure.

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

diff --git a/fence/agents/kdump/fence_kdump b/fence/agents/kdump/fence_kdump
new file mode 100755
index 0000000..0143aaa
Binary files /dev/null and b/fence/agents/kdump/fence_kdump differ
diff --git a/fence/agents/kdump/fence_kdump_send b/fence/agents/kdump/fence_kdump_send
new file mode 100755
index 0000000..ed72130
Binary files /dev/null and b/fence/agents/kdump/fence_kdump_send differ
diff --git a/fence/agents/kdump/options.h b/fence/agents/kdump/options.h
index 10fa2a2..ba82f9c 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  60
+#define FENCE_KDUMP_DEFAULT_TIMEOUT  120
 #define FENCE_KDUMP_DEFAULT_VERBOSE  0
 
 typedef struct fence_kdump_opts {


More information about the cluster-commits mailing list