a28160283a
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/791107 Change-Id: If5df5a97470103c476427848718832508cbc7aeb
10 lines
440 B
YAML
10 lines
440 B
YAML
---
|
|
features:
|
|
- |
|
|
Added variable ``keepalived_sysctl_tcp_retries`` that allows to control
|
|
number of retries kernel will make to give up on connection. It controls
|
|
net.ipv4.tcp_retries2 sysctl setting which default value of which is 15.
|
|
Default value of ``keepalived_sysctl_tcp_retries`` is 8, so VIP failover
|
|
time will be ~1min. Setting ``keepalived_sysctl_tcp_retries`` to 0 will
|
|
remove mentioned sysctl setting.
|