[SCM] CTDB repository - branch master updated - ctdb-1.0.88-10-gf76132b

Ronnie Sahlberg sahlberg at samba.org
Fri Sep 4 10:38:48 MDT 2009


The branch, master has been updated
       via  f76132b0d555e52ee0a379ec2c156350b37b0280 (commit)
      from  46823aa7c673bc18a1424500b3f01da9c2dd6333 (commit)

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


- Log -----------------------------------------------------------------
commit f76132b0d555e52ee0a379ec2c156350b37b0280
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Fri Sep 4 04:09:30 2009 +1000

    lower the loglevel for the info messages that a public ip is not hosted locally for takeip/releaseip

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

Summary of changes:
 server/ctdb_takeover.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/server/ctdb_takeover.c b/server/ctdb_takeover.c
index 07a0a94..f2f57eb 100644
--- a/server/ctdb_takeover.c
+++ b/server/ctdb_takeover.c
@@ -208,7 +208,7 @@ int32_t ctdb_control_takeover_ip(struct ctdb_context *ctdb,
 	/* update out vnn list */
 	vnn = find_public_ip_vnn(ctdb, &pip->addr);
 	if (vnn == NULL) {
-		DEBUG(DEBUG_ERR,("takeoverip called for an ip '%s' that is not a public address\n", 
+		DEBUG(DEBUG_INFO,("takeoverip called for an ip '%s' that is not a public address\n", 
 			ctdb_addr_to_str(&pip->addr)));
 		return 0;
 	}
@@ -357,7 +357,7 @@ int32_t ctdb_control_release_ip(struct ctdb_context *ctdb,
 	/* update our vnn list */
 	vnn = find_public_ip_vnn(ctdb, &pip->addr);
 	if (vnn == NULL) {
-		DEBUG(DEBUG_ERR,("takeoverip called for an ip '%s' that is not a public address\n",
+		DEBUG(DEBUG_INFO,("releaseip called for an ip '%s' that is not a public address\n",
 			ctdb_addr_to_str(&pip->addr)));
 		return 0;
 	}


-- 
CTDB repository


More information about the samba-cvs mailing list