[SCM] CTDB repository - branch 1.3 updated - ctdb-1.9.1-315-g771e31f

Ronnie Sahlberg sahlberg at samba.org
Thu Feb 17 17:15:12 MST 2011


The branch, 1.3 has been updated
       via  771e31fbfafed5986aba01c1392385dc4086eccd (commit)
       via  50edbb219754a530821efcc405f9ca061378e579 (commit)
      from  f63223f77b669b3e808dbe6361d13cc2d3d03ee0 (commit)

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


- Log -----------------------------------------------------------------
commit 771e31fbfafed5986aba01c1392385dc4086eccd
Merge: f63223f77b669b3e808dbe6361d13cc2d3d03ee0 50edbb219754a530821efcc405f9ca061378e579
Author: Ronnie Sahlberg <sahlberg at lenovo-laptop.(none)>
Date:   Fri Feb 18 11:11:31 2011 +1100

    Merge branch '1.3' of 10.1.1.27:/shared/ctdb/ctdb-git into 1.3

commit 50edbb219754a530821efcc405f9ca061378e579
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Fri Feb 18 10:44:55 2011 +1100

    50.samba : Tell winbind about every time we add/remove and ip from the node
    
    CQ S1021636

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

Summary of changes:
 config/events.d/50.samba |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/50.samba b/config/events.d/50.samba
index a1f99fb..415b89f 100755
--- a/config/events.d/50.samba
+++ b/config/events.d/50.samba
@@ -270,6 +270,13 @@ case "$1" in
 	}
 	;;
 
+     takeip|releaseip)
+	iface=$2
+	ip=$3
+	maskbits=$4
+
+	smbcontrol winbindd ip-dropped $ip >/dev/null 2>/dev/null
+	;;
     *)
 	ctdb_standard_event_handler "$@"
 	;;


-- 
CTDB repository


More information about the samba-cvs mailing list