[SCM] CTDB repository - branch 1.2 updated - ctdb-1.0.114-370-g560533b

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


The branch, 1.2 has been updated
       via  560533bc0c009d94aae0a1e67486d238627f0f97 (commit)
      from  4ae189e1fb3b013d489828813f2d317c1c85633a (commit)

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


- Log -----------------------------------------------------------------
commit 560533bc0c009d94aae0a1e67486d238627f0f97
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