Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase POLL interval to avoid race with check_kdump #288

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

lmiccini
Copy link
Contributor

This commit increases the default value of 'POLL' from 30s to 45s.
The reason is that the check_kdump functionality has an internal hard-coded timeout of 30s and this may induce race conditions if POLL is set to the same value.
A warning has been added to make sure users are notified if POLL=30s.

Finally, we take the chance to normalize the retcode for bmh_fencing.

This commit increases the default value of 'POLL' from 30s to 45s.
The reason is that the check_kdump functionality has an internal
hard-coded timeout of 30s and this may induce race conditions if
POLL is set to the same value.
A warning has been added to make sure users are notified if POLL=30s.

Finally, we take the chance to normalize the retcode for bmh_fencing.
@lmiccini lmiccini requested a review from stuggi October 15, 2024 06:27
Copy link
Contributor

@stuggi stuggi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm could also check the config via the iha controller and set a warning or info condition?

Copy link
Contributor

openshift-ci bot commented Oct 15, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lmiccini, stuggi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 3d0bae9 into openstack-k8s-operators:main Oct 15, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants