From b7dc1e0720991cc65353e07cf87608acea21ba27 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 3 Nov 2009 20:00:27 +0100 Subject: [PATCH] ctdb.sysconfig: add a comment section about CTDB_RUN_TIMEOUT_MONITOR Michael --- config/ctdb.sysconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/ctdb.sysconfig b/config/ctdb.sysconfig index 9be69c5d..e6c7b4f2 100644 --- a/config/ctdb.sysconfig +++ b/config/ctdb.sysconfig @@ -194,6 +194,12 @@ CTDB_DEBUGLEVEL=ERR # The default is not to use syslog. # CTDB_SYSLOG=no +# Should the 99.timeout monitor event script be run? +# This event script just sleeps long enough to trigger the +# event script timeout. Might be useful for debugging. +# The default is "no". +# CTDB_RUN_TIMEOUT_MONITOR=no + # set any default tuning options for ctdb # use CTDB_SET_XXXX=value where XXXX is the name of the tuning # variable @@ -201,7 +207,6 @@ CTDB_DEBUGLEVEL=ERR # CTDB_SET_TRAVERSETIMEOUT=60 # you can get a list of variables using "ctdb listvars" - # any other options you might want. Run ctdbd --help for a list # CTDB_OPTIONS= -- 2.34.1