-
Notifications
You must be signed in to change notification settings - Fork 111
PSAP-1827: Add startup_udev_settle_wait option option to tunedConfig #1340
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
base: main
Are you sure you want to change the base?
Conversation
The new startup_udev_settle_wait TuneD global option has recently been added to /etc/tuned/tuned-main.conf. This option should help in situations where there are a lot of udev events during TuneD startup and TuneD is too slow to handle them. Users may want/need to adjust this period or completely disable this functionality. Other changes: - fix the logic when reapply_sysctl is undefined in /etc/tuned/tuned-main.conf Also see: OCPBUGS-56442, OCPBUGS-57470
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmencak 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 |
/cc @yanirq |
/retest |
1 similar comment
/retest |
@jmencak: This pull request references PSAP-1827 which is a valid jira issue. In response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
The errors from e2e-hypershift-pao could be genuine, this needs looking into. |
4524222
to
b551c60
Compare
b551c60
to
3593457
Compare
@jmencak: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions 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-sigs/prow repository. I understand the commands that are listed here. |
@yanirq , after a lot of debugging, I figured out why the |
The new
startup_udev_settle_wait
TuneD global option has recently been added to/etc/tuned/tuned-main.conf
. This option should help in situations where there are a lot of udev events during TuneD startup and TuneD is too slow to handle them.Users may want/need to adjust this period or completely disable this functionality.
Other changes:
reapply_sysctl
is undefined in/etc/tuned/tuned-main.conf
Also see: OCPBUGS-56442, OCPBUGS-57470