Merge branch '1.3' of 10.1.1.27:/shared/ctdb/ctdb-git into 1.3
authorRonnie Sahlberg <sahlberg@lenovo-laptop.(none)>
Fri, 18 Feb 2011 00:11:31 +0000 (11:11 +1100)
committerRonnie Sahlberg <sahlberg@lenovo-laptop.(none)>
Fri, 18 Feb 2011 00:11:31 +0000 (11:11 +1100)
config/events.d/50.samba

index a1f99fbb248cf7460ccd72d04a4721267e2def6f..415b89f4a6efff614e851db8e3337ae027b827d3 100755 (executable)
@@ -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 "$@"
        ;;