summaryrefslogtreecommitdiffstats
path: root/ctdb/tools
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2012-07-06 20:35:23 +1000
committerAmitay Isaacs <amitay@gmail.com>2012-07-30 15:43:32 +1000
commite7c8e0d32d4b35ac25143c45e5ff60ca92070c3e (patch)
tree289fe25ce3f11d242fe1fe62fd2bbc0b74fa0ef1 /ctdb/tools
parent89d935de6d6d6a97f9d219e50dc7517df7c28a04 (diff)
downloadsamba-e7c8e0d32d4b35ac25143c45e5ff60ca92070c3e.tar.gz
samba-e7c8e0d32d4b35ac25143c45e5ff60ca92070c3e.tar.xz
samba-e7c8e0d32d4b35ac25143c45e5ff60ca92070c3e.zip
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)
Diffstat (limited to 'ctdb/tools')
-rw-r--r--ctdb/tools/ctdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c
index d034591ebe..2b54ca349a 100644
--- a/ctdb/tools/ctdb.c
+++ b/ctdb/tools/ctdb.c
@@ -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>"},