-
Notifications
You must be signed in to change notification settings - Fork 1.1k
oci: specify --systemd-cgroup for all runtime commands #6153
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
oci: specify --systemd-cgroup for all runtime commands #6153
Conversation
72ab819 to
554e211
Compare
Codecov Report
@@ Coverage Diff @@
## main #6153 +/- ##
==========================================
- Coverage 42.99% 42.91% -0.08%
==========================================
Files 117 117
Lines 12800 12795 -5
==========================================
- Hits 5503 5491 -12
- Misses 6738 6745 +7
Partials 559 559 |
|
Also fixes #5818. |
554e211 to
6803e7b
Compare
|
@saschagrunert PTAL |
|
LGTM assuming happy tests |
Signed-off-by: Peter Hunt~ <[email protected]>
to reduce duplication Signed-off-by: Peter Hunt~ <[email protected]>
So runc always knows what cgroup manager is being used, and can cleanup correctly Signed-off-by: Peter Hunt~ <[email protected]>
6803e7b to
7076f72
Compare
|
@saschagrunert rebased again, PTAL |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
fixes #5490
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?