summaryrefslogtreecommitdiff
path: root/ctdb/config/ctdbd_wrapper
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2018-03-29 15:11:04 +1100
committerMartin Schwenke <martins@samba.org>2018-05-01 13:31:18 +0200
commite5af067866d503e1ea53472507290c905e71791f (patch)
tree534c5c5ab0757a808ce06726d4655ea1c48fbd2e /ctdb/config/ctdbd_wrapper
parent7e9dd3fd3c30962c1e47fc5514cdd88c8cbc96b7 (diff)
downloadsamba-e5af067866d503e1ea53472507290c905e71791f.tar.gz
ctdb-scripts: Drop CTDB_NOTIFY_SCRIPT configuration option
Notification scripts are installed into $CTDB_BASE/notify.d/ and are always run by notify.sh. Leave notify.sh where it is for now but no longer consider it a configuration file. This is an interim measure and will be changed again soon. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/config/ctdbd_wrapper')
-rwxr-xr-xctdb/config/ctdbd_wrapper1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/config/ctdbd_wrapper b/ctdb/config/ctdbd_wrapper
index 8f3c6cb4d2e..dca90172d26 100755
--- a/ctdb/config/ctdbd_wrapper
+++ b/ctdb/config/ctdbd_wrapper
@@ -100,7 +100,6 @@ build_ctdb_options ()
maybe_set "--dbdir-state" "$CTDB_DBDIR_STATE"
maybe_set "--transport" "$CTDB_TRANSPORT"
maybe_set "-d" "$CTDB_DEBUGLEVEL"
- maybe_set "--notification-script" "$CTDB_NOTIFY_SCRIPT"
maybe_set "--start-as-disabled" "$CTDB_START_AS_DISABLED" "yes"
maybe_set "--start-as-stopped " "$CTDB_START_AS_STOPPED" "yes"
maybe_set "--no-recmaster" "$CTDB_CAPABILITY_RECMASTER" "no"