[SCM] CTDB repository - branch master updated - ctdb-1.0.60-3-g9b1d089

Ronnie Sahlberg sahlberg at samba.org
Tue Oct 14 16:03:53 GMT 2008


The branch, master has been updated
       via  9b1d089c99413f3681440f3cf33c293d118c9108 (commit)
      from  c0b3bd8a3fa580dca5afa97c8012fccb25231373 (commit)

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


- Log -----------------------------------------------------------------
commit 9b1d089c99413f3681440f3cf33c293d118c9108
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Oct 15 03:02:09 2008 +1100

    lower the loglevel for the informational message that a TCP_ADD opeation
    described an ip address not known to be a public address.
    
    This could happen if someone for genuine reasons accesses a share
    through a static ip address.
    It can also happen if non homogenous public address configurations are
    used and when a tcp description is pushed out to a different node that
    does not server/know the specific ip address.

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

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


Changeset truncated at 500 lines:

diff --git a/server/ctdb_takeover.c b/server/ctdb_takeover.c
index 4bfac52..6533d71 100644
--- a/server/ctdb_takeover.c
+++ b/server/ctdb_takeover.c
@@ -1133,7 +1133,7 @@ int32_t ctdb_control_tcp_add(struct ctdb_context *ctdb, TDB_DATA indata)
 
 	vnn = find_public_ip_vnn(ctdb, &p->dest);
 	if (vnn == NULL) {
-		DEBUG(DEBUG_ERR,(__location__ " got TCP_ADD control for an address which is not a public address '%s'\n",
+		DEBUG(DEBUG_INFO,(__location__ " got TCP_ADD control for an address which is not a public address '%s'\n",
 			ctdb_addr_to_str(&p->dest)));
 
 		return -1;


-- 
CTDB repository


More information about the samba-cvs mailing list