-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
cgroup-parent breaks hierarchical cgroups #16681
Comments
Providing output of
|
I'll take a look at this. |
hqhq
added a commit
to hqhq/runc
that referenced
this issue
Oct 16, 2015
Pick up opencontainers#119 Fixes: moby/moby#16681 Signed-off-by: Qiang Huang <[email protected]>
Related bug: #17126 |
@hqhq Let me know, if I can help out in anyway. |
hqhq
added a commit
to hqhq/runc
that referenced
this issue
Dec 3, 2015
Pick up opencontainers#119 Fixes: moby/moby#16681 Signed-off-by: Qiang Huang <[email protected]>
dims
pushed a commit
to dims/libcontainer
that referenced
this issue
Oct 19, 2024
Pick up #119 Fixes: moby/moby#16681 Signed-off-by: Qiang Huang <[email protected]>
dims
pushed a commit
to dims/libcontainer
that referenced
this issue
Oct 19, 2024
Pick up #119 Fixes: moby/moby#16681 Signed-off-by: Qiang Huang <[email protected]>
dims
pushed a commit
to dims/libcontainer
that referenced
this issue
Oct 19, 2024
Pick up #119 Fixes: moby/moby#16681 Signed-off-by: Qiang Huang <[email protected]>
kolyshkin
pushed a commit
to kolyshkin/containerd-cgroups
that referenced
this issue
Nov 6, 2024
Pick up containerd#119 Fixes: moby/moby#16681 Signed-off-by: Qiang Huang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on docker/compose#2114, I noticed that docker handles cgroups hierarchies via
cgroup-parent
flag a little differently.For ex:
First, I launched a parent docker container using:
For this container daemon creates a cgroup here:
Next, I launch another container using
cgroup-parent
flag:For this container, docker creates a cgroup, but the hierarchy is broken:
Is this the expected behavior ? I assumed that cgroup-parent flag should nest the child's cgroup under the parent.
Here's are some details of my system:
The text was updated successfully, but these errors were encountered: