[SCM] CTDB repository - branch 1.2-nodeflags updated - ctdb-1.0.114-372-gd300c63

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


The branch, 1.2-nodeflags has been updated
       via  d300c635f78440665cd0a13b53e9420d154d784c (commit)
      from  30449442afe6450c52e293eabc21f04524d2cfbd (commit)

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


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