[SCM] CTDB repository - branch master updated - 3fad7d67f2c66ac3a65cfd821fd6db6342f4a3f0

Ronnie Sahlberg sahlberg at samba.org
Tue Apr 15 08:29:01 GMT 2008


The branch, master has been updated
       via  3fad7d67f2c66ac3a65cfd821fd6db6342f4a3f0 (commit)
      from  876d3aca18c27c2239116c8feb6582b3a68c6571 (commit)

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


- Log -----------------------------------------------------------------
commit 3fad7d67f2c66ac3a65cfd821fd6db6342f4a3f0
Author: Ronnie Sahlberg <sahlberg at samba.org>
Date:   Tue Apr 15 18:24:48 2008 +1000

    make ctdb eventrscipt accept the -n all argument to run the event script on all connected nodes

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

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 94e681f..f7a8610 100644
--- a/tools/ctdb.c
+++ b/tools/ctdb.c
@@ -1621,7 +1621,7 @@ static const struct {
 	{ "moveip",          control_moveip,		false, "move/failover an ip address to another node", "<ip> <node>"},
 	{ "addip",           control_addip,		false, "add a ip address to a node", "<ip/mask> <iface>"},
 	{ "delip",           control_delip,		false, "delete an ip address from a node", "<ip>"},
-	{ "eventscript",     control_eventscript,	false, "run the eventscript with the given parameters on a node", "<arguments>"},
+	{ "eventscript",     control_eventscript,	true, "run the eventscript with the given parameters on a node", "<arguments>"},
 };
 
 /*


-- 
CTDB repository


More information about the samba-cvs mailing list