From: Martin Schwenke Date: Sat, 7 Jul 2018 23:05:11 +0000 (+1000) Subject: ctdb-tools: All ctdb event commands to run without ctdbd X-Git-Tag: tevent-0.9.37~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15c6552aa92c03a12de816b187b3f0fe0ca7d64c;p=thirdparty%2Fsamba.git ctdb-tools: All ctdb event commands to run without ctdbd Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index 30b54e352fd..9d5d7b81056 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -5953,9 +5953,9 @@ static const struct ctdb_cmd { "wipe the contents of a database.", ""}, { "recmaster", control_recmaster, false, true, "show the pnn for the recovery master", NULL }, - { "event", control_event, false, false, + { "event", control_event, true, false, "event and event script commands", NULL }, - { "scriptstatus", control_scriptstatus, false, false, + { "scriptstatus", control_scriptstatus, true, false, "show event script status", "[init|setup|startup|monitor|takeip|releaseip|ipreallocated]" }, { "natgw", control_natgw, false, false,