The branch, master has been updated
       via  076282622fcb2663d378e0c90ed0d9c19f73c005 (commit)
      from  fa0f3cba5adaa38bed37dd8b121ad53e962a010d (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 076282622fcb2663d378e0c90ed0d9c19f73c005
Author: Martin Schwenke <mar...@meltin.net>
Date:   Fri Jul 6 20:35:23 2012 +1000

    ctdb tool: recmaster command might as well be auto-all
    
    Signed-off-by: Martin Schwenke <mar...@meltin.net>

-----------------------------------------------------------------------

Summary of changes:
 tools/ctdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tools/ctdb.c b/tools/ctdb.c
index d034591..2b54ca3 100644
--- a/tools/ctdb.c
+++ b/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>"},


-- 
CTDB repository

Reply via email to