-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decrease TCP retries in case of VIP failover
In case of VIP failover some connections (like mysql) can stuck in retrying to connect and detect a dead connection. We should probably make this failover to be detected faster then the default value as suggested in [1] [1] https://access.redhat.com/solutions/726753 Related-Bug: https://bugs.launchpad.net/kolla-ansible/+bug/1917068
- Loading branch information
Dmitriy Rabotyagov
committed
Mar 1, 2021
1 parent
f485562
commit 4b3d64f
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters