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:
parent
53c550d894
commit
8053f652cd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user