Gitweb: http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commi…
Commit: cb379c612524d6494c94153525699deb9712d028
Parent: 66d88fb0c34a66e62c7a7ac945856290372c7b45
Author: Ryan O'Hara <rohara(a)redhat.com>
AuthorDate: Fri Jul 29 11:42:09 2011 -0500
Committer: Ryan O'Hara <rohara(a)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(a)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 {
Gitweb: http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commi…
Commit: c7088127776aff5a763222937cadb4fae4f66cc4
Parent: 6a66ef7fedeef8e0538ea600d9304a5112da9220
Author: Ryan O'Hara <rohara(a)redhat.com>
AuthorDate: Thu Jul 28 14:06:14 2011 -0500
Committer: Ryan O'Hara <rohara(a)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(a)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 {