[SCM] CTDB repository - branch master updated - ctdb-1.0.114-357-g500ade4

Ronnie Sahlberg sahlberg at samba.org
Fri Oct 8 17:59:51 MDT 2010


The branch, master has been updated
       via  500ade4e6a58ea786a665f6be7cf30f43c882570 (commit)
      from  e9d04c5f419eaa0338a3beefba32c52be00242a8 (commit)

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


- Log -----------------------------------------------------------------
commit 500ade4e6a58ea786a665f6be7cf30f43c882570
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Sat Oct 9 10:54:12 2010 +1100

    dont stop checking interfaces after the first bond device
    continue the loop to process all other interfaces too

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

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 de2f92a..3dce668 100755
--- a/config/events.d/10.interface
+++ b/config/events.d/10.interface
@@ -72,7 +72,7 @@ monitor_interfaces()
 			ok=1 # we only set ok for interfaces known to ctdbd
 			ctdb setifacelink $IFACE up
 		}
-		return 0;
+		continue;
 	    }
 
 	    case $IFACE in


-- 
CTDB repository


More information about the samba-cvs mailing list