Displaying 2 results from an estimated 2 matches for "7709df411b0".
2024 Oct 16
1
ctdb tcp settings for statd failover
...testing but should not be required in
real-world.
this gets rid of a lof of annoying messages from the messages file
(This used to be ctdb commit 50d289dcce2caa7c7be9b6faa3b38b69c2237038)
diff --git a/ctdb/config/statd-callout b/ctdb/config/statd-callout
index f582a1a8e02..7709df411b0 100755
--- a/ctdb/config/statd-callout
+++ b/ctdb/config/statd-callout
@@ -50,9 +50,9 @@ case "$1" in
# we need these settings to make sure that no tcp connections survive
# across a very fast failover/failback
- echo 0 > /proc/sys/net/ipv4/tcp_max_tw_buckets
-...
2024 Oct 15
1
ctdb tcp settings for statd failover
Hi,
In current (6140c3177a0330f42411618c3fca28930ea02a21) samba's ctdb/tools/statd_callout_helper I find this comment:
notify)
...
# we need these settings to make sure that no tcp connections survive
# across a very fast failover/failback
#echo 10 > /proc/sys/net/ipv4/tcp_fin_timeout
#echo 0 > /proc/sys/net/ipv4/tcp_max_tw_buckets
#echo 0 >