From: Martin Schwenke Date: Thu, 14 Apr 2016 06:26:39 +0000 (+1000) Subject: ctdb-scripts: Drop "recovered" event from 91.lvs X-Git-Tag: talloc-2.1.7~259 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39cbe07ef08279d5a9f37d7ca9617e06dfd9b290;p=thirdparty%2Fsamba.git ctdb-scripts: Drop "recovered" event from 91.lvs Having both "recovered" and "ipreallocated" means that everything happens twice when there is a recovery. No need for that. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/config/events.d/91.lvs b/ctdb/config/events.d/91.lvs index 67c48be08b6..b42d62cc825 100755 --- a/ctdb/config/events.d/91.lvs +++ b/ctdb/config/events.d/91.lvs @@ -39,7 +39,7 @@ case "$1" in flush_route_cache ;; - recovered|ipreallocated) + ipreallocated) # kill off any tcp connections ipvsadm -D -t $CTDB_LVS_PUBLIC_IP:0 >/dev/null 2>&1 ipvsadm -D -u $CTDB_LVS_PUBLIC_IP:0 >/dev/null 2>&1