ctdb tool: recmaster command might as well be auto-all
authorMartin Schwenke <martin@meltin.net>
Fri, 6 Jul 2012 10:35:23 +0000 (20:35 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Mon, 30 Jul 2012 05:43:32 +0000 (15:43 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
tools/ctdb.c

index d034591ebed44bced897d922ff754f56c361847e..2b54ca349a0543b42b8b093054ff713d92f48118 100644 (file)
@@ -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>"},