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
Bug 1878602: Support for stall daemon. #152
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't test the code, but what I read/understood in the patch seem sensible and consistent, thanks!
I only made a minor style question.
I didn't read in detail the Python code (the service plugin patch), is it new code or is it coming from elsewhere?
|
The "Operand cleanup, using long option for stalld." got rid of the limitation in the description. Removing. This is a Friday night commit -- it seems to work but more testing and cleanup needed. |
|
Will tests be added in this PR ? (should be) |
As time allows once all issues are resolved. I still see two issues that need to be addressed. Edit: only 1 known issue left: redhat-performance/tuned#293 (comment) |
|
/test e2e-aws-upgrade |
|
I would add the PR's description to NTO's readme section (or open a new sub folder doc) |
|
@yanirq cannot reproduce the "degraded" MCP state issues I was having last week after several successful tests. There were some changes in MCO which hopefully fixed those. I believe I've addressed all your concerns? Could you please have another look through the code and indicate whether there's something missing? Thanks! |
|
/retest |
|
/lgtm |
Thanks @yanirq . Which tests do you have in mind? There is an embedded e2e tests for this new functionality. |
|
@kpouget / @dagrayvid would you be able to provide feedback for this PR? This is close to being complete. Thank you! |
|
@jmencak: This pull request references Bugzilla bug 1878602, which is invalid:
Comment 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 kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@jmencak: This pull request references Bugzilla bug 1878602, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
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 kubernetes/test-infra repository. |
|
Reiterating |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, except a possible race condition. Please have a look and let me know if you agree, or if I missed something in the synchronization!
|
@jmencak: This pull request references Bugzilla bug 1878602, which is valid. 3 validation(s) were run on this bug
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 kubernetes/test-infra repository. |
This PR adds support for the stalld program to prevent the starvation of
operating system threads in a Linux system.
Changes:
- support for [service] Tuned plugin
- support the installation of stalld binary and systemd units on hosts
fully-managed by the Machine Config Operator (MCO).
|
/retest |
|
/hold cancel |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmencak, yanirq 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 |
|
@jmencak: All pull requests linked via external trackers have merged: Bugzilla bug 1878602 has been moved to the MODIFIED state. 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 kubernetes/test-infra repository. |
This PR adds support for the stalld program to prevent the starvation of
operating system threads in a Linux system.
Changes:
[service]Tuned pluginExample usage:
A host-supplied configuration file can be used to override the
stalldsystemd unit. This file can then be referred to by prefixing the absolute path to the file on the host by the/hostprefix. For example:Note that the file needs to be created on the host by other means, for example, by using a MachineConfig. One of the uses of the drop-in file is to supply environment variables to the stalld unit. For example, the drop-in file may contain: