[SCM] CTDB repository - branch master updated - ctdb-1.10-198-gd67955b

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


The branch, master has been updated
       via  d67955b42f7627be9dae995230c8fcbb8a948ec2 (commit)
      from  8837daa424732aeb5a20814b1709c345a97a0e09 (commit)

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


- Log -----------------------------------------------------------------
commit d67955b42f7627be9dae995230c8fcbb8a948ec2
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