mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ctdb tool: recmaster command might as well be auto-all
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 076282622fcb2663d378e0c90ed0d9c19f73c005)
This commit is contained in:
parent
89d935de6d
commit
e7c8e0d32d
@ -5783,7 +5783,7 @@ static const struct {
|
||||
{ "restoredb", control_restoredb, false, false, "restore the database from a file.", "<file> [dbname]"},
|
||||
{ "dumpdbbackup", control_dumpdbbackup, false, true, "dump database backup from a file.", "<file>"},
|
||||
{ "wipedb", control_wipedb, false, false, "wipe the contents of a database.", "<dbname>"},
|
||||
{ "recmaster", control_recmaster, false, false, "show the pnn for the recovery master."},
|
||||
{ "recmaster", control_recmaster, true, false, "show the pnn for the recovery master."},
|
||||
{ "scriptstatus", control_scriptstatus, true, false, "show the status of the monitoring scripts (or all scripts)", "[all]"},
|
||||
{ "enablescript", control_enablescript, false, false, "enable an eventscript", "<script>"},
|
||||
{ "disablescript", control_disablescript, false, false, "disable an eventscript", "<script>"},
|
||||
|
Loading…
Reference in New Issue
Block a user