[Baremetal, Openstack,Vsphere, Ovirt] Update fall and rise values in keepalived check scripts#1721
[Baremetal, Openstack,Vsphere, Ovirt] Update fall and rise values in keepalived check scripts#1721yboaron wants to merge 1 commit intoopenshift:masterfrom
Conversation
Keepalived runs a check script every interval (1 Sec in our case) to calculate VRRP instance's status. The check script must succeed 'rise' times for the instance to be considered as 'healthy and fail 'fall' time to be considered as 'non healthy'. This change updates 'rise' and 'fall' values from the default (1 for both of them) to 3 and 2.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yboaron The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test e2e-openstack |
|
@yboaron: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
The Keepalived failure detection timing being handled by #1744 , so we can close this PR. |
Keepalived runs a check script every interval (1 Sec in our case) to calculate VRRP instance's status.
The check script must succeed 'rise' times for the instance to be considered as 'healthy and fail 'fall'
time to be considered as 'non healthy'.
This change updates 'rise' and 'fall' values from the default (1 for both of them) to 3 and 2.
- What I did
- How to verify it
- Description for the changelog