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

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


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=b7cd3002f10015eee5c0dffd938d961ecef1bd6e
Commit:        b7cd3002f10015eee5c0dffd938d961ecef1bd6e
Parent:        3479030f8f4248a09bb2547e5c3312aa3a9d2f3e
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: Mon Aug 1 05:35:59 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.

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/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