-
Notifications
You must be signed in to change notification settings - Fork 1.1k
OCPBUGS-65706: [1.34] Fix Exec CPU affinity doesn't work when CPU load balancing is disabled. #9681
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: release-1.34
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bitoku 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 |
34e4d7b to
c74f29a
Compare
- Delegate setting shared CPUs in cgroup to container runtime. - Refactor cgroup manager logic: centralize `LibctrManager` and `CrunContainerCgroupManager` in `cgmgr` while replacing duplicates. - Add exec cgroup for exec CPU affinity - Refactor cgroup manager integration: centralize pod and container cgroup manager retrieval logic with `GetPodAndContainerCgroupManagers` and standardize function naming for consistency. Signed-off-by: Ayato Tokubi <[email protected]>
c74f29a to
769628b
Compare
|
@bitoku: This pull request references Jira Issue OCPBUGS-65706, 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. |
|
@cri-o/cri-o-maintainers PTAL |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-1.34 #9681 +/- ##
================================================
+ Coverage 55.58% 64.45% +8.87%
================================================
Files 202 202
Lines 28229 28375 +146
================================================
+ Hits 15690 18290 +2600
+ Misses 10975 8467 -2508
- Partials 1564 1618 +54 🚀 New features to boost your workflow:
|
(cherry picked #9647)
What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?