config: 10.interfaces call monitor_interfaces on startup
authorStefan Metzmacher <metze@samba.org>
Tue, 22 Dec 2009 14:25:30 +0000 (15:25 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 20 Jan 2010 10:11:01 +0000 (11:11 +0100)
metze

config/events.d/10.interface

index 65cd5147d5ab5ad93c71bd574d941b6a9377ab6e..b9637edf4b56c0f88a66d9b1113abd19be4b989f 100755 (executable)
@@ -141,6 +141,14 @@ case "$1" in
        done
        ;;
 
+     #############################
+     # called after ctdbd has done its initial recovery
+     # and we start the services to become healthy
+     startup)
+       monitor_interfaces
+
+       ;;
+
 
      ################################################
      # called when ctdbd wants to claim an IP address