From: Ronnie Sahlberg Date: Fri, 6 Jul 2007 01:51:34 +0000 (+1000) Subject: use 'ctdb tickle' instead of sendip to tickle nfs clients. X-Git-Tag: tevent-0.9.20~348^2~2468^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34e2c7302003d63cbb33a45d08d5323a1a03037b;p=thirdparty%2Fsamba.git use 'ctdb tickle' instead of sendip to tickle nfs clients. (This used to be ctdb commit 2204cc77ce6b1dd6bb0118f57cfa05f0c8826c3e) --- diff --git a/ctdb/config/events.d/61.nfstickle b/ctdb/config/events.d/61.nfstickle index ff953ea5c98..240bd3f3b0c 100755 --- a/ctdb/config/events.d/61.nfstickle +++ b/ctdb/config/events.d/61.nfstickle @@ -34,7 +34,7 @@ case $cmd in # send three, in case of lost packets echo "`date` Sending NFS tickle ack for $ip to $dip:$dport" for i in `seq 1 3`; do - sendip -p ipv4 -p tcp -is $ip -ts 2049 -td $dport -tfa 1 $dip -tfs 0 -tw 1234 -tfp 0 -tn 0 + ctdb tickle $dip:$dport $ip:2049 done done done