-
Notifications
You must be signed in to change notification settings - Fork 121
[release-4.15] [manual] OCPBUGS-30507: Add performance real time tuned template #984
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
[release-4.15] [manual] OCPBUGS-30507: Add performance real time tuned template #984
Conversation
|
/jira cherrypick OCPBUGS-23167 |
|
@rbaturov: Jira Issue OCPBUGS-23167 has been cloned as Jira Issue OCPBUGS-30507. Will retitle bug to link to clone. DetailsIn 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. |
|
@rbaturov: This pull request references Jira Issue OCPBUGS-30507, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
/hold |
@rbaturov can you add the reason for the hold? |
|
/unhold |
|
/cc @MarSik |
|
/approve |
|
/label backport-risk-assessed |
|
/approve cancel |
|
/approve |
|
cc @mrniranjan |
|
/retest-required |
* Added isVM func to util Signed-off-by: Ronny Baturov <[email protected]> * Update tuned profile degraded test Updated the tuned degradation test to fail only when the tuned profile was found degraded on BM host. In case of tuned profile found degraded on a VM, only a warning would be reported in the logs. The reason for that is that the fact CI is using VMs - and some configurations like certain kernel args can't be applied and therby lead to the tuned profile being degraded. Signed-off-by: Ronny Baturov <[email protected]> --------- Signed-off-by: Ronny Baturov <[email protected]>
72aae39 to
030d3a6
Compare
|
/retest-required |
1 similar comment
|
/retest-required |
|
/retitle [release-4.15] [manual] OCPBUGS-30507: Add performance real time tuned template |
|
/lgtm |
|
/jira refresh |
|
@Tal-or: This pull request references Jira Issue OCPBUGS-30507, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
/cc @shajmakh @mrniranjan |
|
/label cherry-pick-approved |
|
/jira refresh |
|
@MarSik: This pull request references Jira Issue OCPBUGS-30507, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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. |
|
@rbaturov: all tests passed! Full PR test history. Your PR dashboard. 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. |
|
@rbaturov: Jira Issue OCPBUGS-30507: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-30507 has been moved to the MODIFIED state. DetailsIn 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. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build cluster-node-tuning-operator-container-v4.15.0-202404041043.p0.g621e6ee.assembly.stream.el9 for distgit cluster-node-tuning-operator. |
|
Fix included in accepted release 4.15.0-0.nightly-2024-04-07-120427 |
…d template (openshift#984) * Backport: Add performance real time tuned template (openshift#954) * Add performance real time tuned template Kernel parameters that are not supported on RT kernel systems are being applied, causing errors to be logged to the tuned daemon, resulting in a degraded profile state. Therefore, I added the openshift-node-performance-rt profile that would be included if an RT kernel is detected, thereby dropping the unsupported kernel parameters before they are applied. * Added a test that make sure the tuned profile is not degraded This could be great to have a generic test that make sure that after performance profile is applied the tuned profile is not degraded. This would prevent future issues like OCPBUGS-23167. * render-sync update Updated render-sync to include artifacts that are needed for the e2e tests. Committing the rendered items to this commit. Signed-off-by: rbaturov <[email protected]> * NO-JIRA: Update tuned profile degraded test (openshift#1005) * Added isVM func to util Signed-off-by: Ronny Baturov <[email protected]> * Update tuned profile degraded test Updated the tuned degradation test to fail only when the tuned profile was found degraded on BM host. In case of tuned profile found degraded on a VM, only a warning would be reported in the logs. The reason for that is that the fact CI is using VMs - and some configurations like certain kernel args can't be applied and therby lead to the tuned profile being degraded. Signed-off-by: Ronny Baturov <[email protected]> --------- Signed-off-by: Ronny Baturov <[email protected]> --------- Signed-off-by: rbaturov <[email protected]> Signed-off-by: Ronny Baturov <[email protected]>
…d template (#984) (#1025) * Backport: Add performance real time tuned template (#954) * Add performance real time tuned template Kernel parameters that are not supported on RT kernel systems are being applied, causing errors to be logged to the tuned daemon, resulting in a degraded profile state. Therefore, I added the openshift-node-performance-rt profile that would be included if an RT kernel is detected, thereby dropping the unsupported kernel parameters before they are applied. * Added a test that make sure the tuned profile is not degraded This could be great to have a generic test that make sure that after performance profile is applied the tuned profile is not degraded. This would prevent future issues like OCPBUGS-23167. * render-sync update Updated render-sync to include artifacts that are needed for the e2e tests. Committing the rendered items to this commit. * NO-JIRA: Update tuned profile degraded test (#1005) * Added isVM func to util * Update tuned profile degraded test Updated the tuned degradation test to fail only when the tuned profile was found degraded on BM host. In case of tuned profile found degraded on a VM, only a warning would be reported in the logs. The reason for that is that the fact CI is using VMs - and some configurations like certain kernel args can't be applied and therby lead to the tuned profile being degraded. --------- --------- Signed-off-by: rbaturov <[email protected]> Signed-off-by: Ronny Baturov <[email protected]>
This is a manual backport of PR #954 and #1005
This PR includes both of these PR's together, because #1005 introducing a fix for the tuned profile degradation test added in #954.
Kernel parameters that are not supported on RT kernel systems are being applied, causing errors to be logged to the tuned daemon, resulting in a degraded profile state. Therefore, I added the openshift-node-performance-rt profile that would be included if an RT kernel is detected, thereby dropping the unsupported kernel parameters before they are applied.
This could be great to have a generic test that make sure that after performance profile is applied the tuned profile is not degraded. This would prevent future issues like OCPBUGS-23167.
The test will fail only when the tuned profile was found degraded on BM host.
In case of tuned profile found degraded on a VM, only a warning would be reported in the logs.
The reason for that is that the fact CI is using VMs - and some
configurations like certain kernel args can't be applied and therby lead to
the tuned profile being degraded.
Updated render-sync to include artifacts that are needed for the e2e tests. Committing the rendered items to this commit.