From: Amitay Isaacs Date: Mon, 20 Jun 2016 04:21:18 +0000 (+1000) Subject: ctdb-scripts: Add new configuration variable CTDB_NOSETSCHED X-Git-Tag: tdb-1.3.10~757 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc7e863ce7ee710159d030b05244879b17d7ceb2;p=thirdparty%2Fsamba.git ctdb-scripts: Add new configuration variable CTDB_NOSETSCHED Signed-off-by: Amitay Isaacs Reviewed-by: Michael Adam --- diff --git a/ctdb/config/ctdbd_wrapper b/ctdb/config/ctdbd_wrapper index b6b983c5d1d..c007409cd4a 100755 --- a/ctdb/config/ctdbd_wrapper +++ b/ctdb/config/ctdbd_wrapper @@ -163,6 +163,7 @@ build_ctdb_options () maybe_set "--start-as-stopped " "$CTDB_START_AS_STOPPED" "yes" maybe_set "--no-recmaster" "$CTDB_CAPABILITY_RECMASTER" "no" maybe_set "--no-lmaster" "$CTDB_CAPABILITY_LMASTER" "no" + maybe_set "--nosetsched" "$CTDB_NOSETSCHED" "yes" maybe_set "--script-log-level" "$CTDB_SCRIPT_LOG_LEVEL" maybe_set "--max-persistent-check-errors" "$CTDB_MAX_PERSISTENT_CHECK_ERRORS" } diff --git a/ctdb/doc/ctdbd.conf.5.xml b/ctdb/doc/ctdbd.conf.5.xml index f69f705c6e1..2ec76fd3086 100644 --- a/ctdb/doc/ctdbd.conf.5.xml +++ b/ctdb/doc/ctdbd.conf.5.xml @@ -313,6 +313,20 @@ + + CTDB_NOSETSCHED=yes|no + + + Defaults to no. Corresponds to . + + + Usually CTDB runs with real-time priority. If you are running + CTDB on a platform that does not support real-time priority, + you can set this. + + + + CTDB_NOTIFY_SCRIPT=FILENAME