diff options
author | Amitay Isaacs <amitay@gmail.com> | 2016-06-20 14:21:18 +1000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-06-20 16:21:19 +0200 |
commit | fc7e863ce7ee710159d030b05244879b17d7ceb2 (patch) | |
tree | fc6e1d51bc33db90f9bebb8dc73268eaae6fb753 /ctdb/config | |
parent | da91b707463193540294609d1ca7e043e34cd8ce (diff) | |
download | samba-fc7e863ce7ee710159d030b05244879b17d7ceb2.tar.gz |
ctdb-scripts: Add new configuration variable CTDB_NOSETSCHED
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'ctdb/config')
-rwxr-xr-x | ctdb/config/ctdbd_wrapper | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |