[SCM] CTDB repository - branch master updated - ctdb-1.0.114-108-gd938b80

Ronnie Sahlberg sahlberg at samba.org
Mon May 31 22:52:30 MDT 2010


The branch, master has been updated
       via  d938b80a1c409a9ec4b554ddca5b0d949be53d9e (commit)
      from  f0e48dd833a4408449083148c172c2136b934e5b (commit)

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


- Log -----------------------------------------------------------------
commit d938b80a1c409a9ec4b554ddca5b0d949be53d9e
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Jun 1 14:51:09 2010 +1000

    Dont check linkstatus for loopback. This interface never has
    issues with the physical layer

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

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


Changeset truncated at 500 lines:

diff --git a/config/events.d/10.interface b/config/events.d/10.interface
index 1e7f94b..3ef6594 100755
--- a/config/events.d/10.interface
+++ b/config/events.d/10.interface
@@ -76,6 +76,9 @@ monitor_interfaces()
 	    }
 
 	    case $IFACE in
+	    lo*)
+		# loopback is always working
+		;;
 	    ib*)
 		# we dont know how to test ib links
 		;;


-- 
CTDB repository


More information about the samba-cvs mailing list