[SCM] CTDB repository - branch master updated - ctdb-1.13-240-g0762826

Amitay Isaacs amitay at samba.org
Sun Jul 29 23:45:14 MDT 2012


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 <martin at 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 <martin at 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


More information about the samba-cvs mailing list