[SCM] CTDB repository - branch master updated - ctdb-2.1-35-g87c89b7

Michael Adam obnox at samba.org
Tue Mar 12 06:57:47 MDT 2013


The branch, master has been updated
       via  87c89b7c2a14e2ee79a3efc7e8125842bc04bf23 (commit)
       via  98abd344342a011a8599411deae79f94abc09541 (commit)
      from  11734be353a1e246163eda631d35dfe55d1d6fb1 (commit)

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


- Log -----------------------------------------------------------------
commit 87c89b7c2a14e2ee79a3efc7e8125842bc04bf23
Author: Michael Adam <obnox at samba.org>
Date:   Fri Feb 22 12:42:10 2013 +0100

    server:persistent: fix a debug message (copy'n'paste error)
    
    Signed-off-by: Michael Adam <obnox at samba.org>

commit 98abd344342a011a8599411deae79f94abc09541
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Mar 12 13:53:58 2013 +0100

    fix a typo
    
    Reviewed-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 server/ctdb_persistent.c |    5 +++--
 tools/ctdb.c             |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/server/ctdb_persistent.c b/server/ctdb_persistent.c
index 09c404f..2b3da32 100644
--- a/server/ctdb_persistent.c
+++ b/server/ctdb_persistent.c
@@ -128,8 +128,9 @@ void ctdb_persistent_finish_trans3_commits(struct ctdb_context *ctdb)
 	struct ctdb_db_context *ctdb_db;
 
 	if (ctdb->recovery_mode != CTDB_RECOVERY_NORMAL) {
-		DEBUG(DEBUG_INFO, ("ctdb_persistent_store_timeout: ignoring "
-				   "timeout during recovery\n"));
+		DEBUG(DEBUG_INFO, ("ctdb_persistent_finish_trans3_commits: "
+				   "skipping execution when recovery is "
+				   "active\n"));
 		return;
 	}
 
diff --git a/tools/ctdb.c b/tools/ctdb.c
index ff7dc44..bf79801 100644
--- a/tools/ctdb.c
+++ b/tools/ctdb.c
@@ -2283,7 +2283,7 @@ static int control_delip(struct ctdb_context *ctdb, int argc, const char **argv)
 		return -1;
 	}
 
-	/* This is an optimsation.  If this node is hosting the IP
+	/* This is an optimisation.  If this node is hosting the IP
 	 * then try to move it somewhere else without invoking a full
 	 * takeover run.  We don't care if this doesn't work!
 	 */


-- 
CTDB repository


More information about the samba-cvs mailing list