[SCM] CTDB repository - branch 1.2 updated - ctdb-1.9.1-420-g89547a1

Ronnie Sahlberg sahlberg at samba.org
Mon May 9 15:53:54 MDT 2011


The branch, 1.2 has been updated
       via  89547a1910fd74f98ae9d5737914328eb5cc3eaf (commit)
      from  3c21f5b6d7ba2d993c279bb75d37c46d1994ba6d (commit)

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


- Log -----------------------------------------------------------------
commit 89547a1910fd74f98ae9d5737914328eb5cc3eaf
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue May 10 06:19:34 2011 +1000

    Dont exit from checking interfaces once we have found one interface that is not
    in use by public addresses.   this can happen when we have removed existing interfaces/ip addresses and prevents us from verifying the status of other interfaces

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

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


Changeset truncated at 500 lines:

diff --git a/config/events.d/10.interface b/config/events.d/10.interface
index 81eff51..7f5791a 100755
--- a/config/events.d/10.interface
+++ b/config/events.d/10.interface
@@ -42,7 +42,7 @@ monitor_interfaces()
 
 	    ip addr show $IFACE 2>/dev/null >/dev/null || {
 		echo Interface $IFACE does not exist but it is used by public addresses.
-		exit 1
+		continue
 	    }
 
 	    # These interfaces are sometimes bond devices


-- 
CTDB repository


More information about the samba-cvs mailing list