1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

ctdb-tools: Event script commands cannot be run without daemon

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2018-03-08 14:23:38 +11:00 committed by Martin Schwenke
parent 53c550d894
commit 8053f652cd

View File

@ -5992,9 +5992,9 @@ static const struct ctdb_cmd {
"wipe the contents of a database.", "<dbname|dbid>"},
{ "recmaster", control_recmaster, false, true,
"show the pnn for the recovery master", NULL },
{ "event", control_event, true, false,
{ "event", control_event, false, false,
"event and event script commands", NULL },
{ "scriptstatus", control_scriptstatus, true, false,
{ "scriptstatus", control_scriptstatus, false, false,
"show event script status",
"[init|setup|startup|monitor|takeip|releaseip|ipreallocated]" },
{ "natgw", control_natgw, false, false,