[SCM] CTDB repository - branch 1.2.27 updated - ctdb-1.9.1-418-g964db53

Ronnie Sahlberg sahlberg at samba.org
Thu Jun 23 22:40:25 MDT 2011


The branch, 1.2.27 has been updated
       via  964db53769704cb4db1567aa0377c70b3698e5fb (commit)
      from  b4de1afc184cf9fb3a2bef9db078e842a44fb270 (commit)

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


- Log -----------------------------------------------------------------
commit 964db53769704cb4db1567aa0377c70b3698e5fb
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Sat Jun 18 10:47:25 2011 +1000

    Remove a benign by annoying log message that will be logged after an interface that has been in use has later been removed and is no longer referenced by any public addresses.
    
    CQ S1024495

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

Summary of changes:
 config/events.d/10.interface |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/10.interface b/config/events.d/10.interface
index 5f25445..b906e6a 100755
--- a/config/events.d/10.interface
+++ b/config/events.d/10.interface
@@ -42,7 +42,6 @@ monitor_interfaces()
 	for IFACE in $INTERFACES ; do
 
 	    ip addr show $IFACE 2>/dev/null >/dev/null || {
-		echo Interface $IFACE does not exist but it is used by public addresses.
 		continue
 	    }
 


-- 
CTDB repository


More information about the samba-cvs mailing list