mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
use 'ctdb tickle' instead of sendip to tickle nfs clients.
(This used to be ctdb commit 2204cc77ce6b1dd6bb0118f57cfa05f0c8826c3e)
This commit is contained in:
parent
72265dd5bd
commit
34e2c73020
@ -34,7 +34,7 @@ case $cmd in
|
|||||||
# send three, in case of lost packets
|
# send three, in case of lost packets
|
||||||
echo "`date` Sending NFS tickle ack for $ip to $dip:$dport"
|
echo "`date` Sending NFS tickle ack for $ip to $dip:$dport"
|
||||||
for i in `seq 1 3`; do
|
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
|
done
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user