-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
fs2: fix cgroup.subtree_control EPERM on rootless + add CI #2340
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.
LGTM
Can we add a test case for this (apparently we don't have one or it is disabled, since #2299 CI was green)? |
I will open separate PR for CI |
added CI |
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.
left a few comments
26d44d9
to
473a18d
Compare
5e157cd
to
ce64430
Compare
9867192
to
753857c
Compare
Weird failure, fails only with idmap mode.
|
cbf350e
to
603bd8c
Compare
CI green. Ready for review. |
Needs a rebase |
rebased |
@opencontainers/runc-maintainers PTAL? I'd like to get almost all cgroup v2 issues to be resolved before Docker 20.0X freeze (May 1) and Podman 2.0 |
Signed-off-by: Akihiro Suda <[email protected]>
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.
Do we need to test rootless+systemd? Otherwise LGTM
@kolyshkin Let's merge this PR now so that we can rebase #2281 on top of this and add test for that |
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.
LGTM
@mrunalp PTAL |
Fix #2339 (regression in 813cb3e)