Bug 15980
Summary: | Problems with cgroup inheritance | ||
---|---|---|---|
Product: | Process Management | Reporter: | Pavel Odintsov (pavel.odintsov) |
Component: | Other | Assignee: | process_other |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, kernel |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 2.6.33.4 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Pavel Odintsov
2010-05-15 23:17:32 UTC
I experience the same issue. It seems to be related to the blkio subsystem. If I mount only with "-o cpu", everything works as expected. I haven't tried the other subsystems, though. I'm using a 2.6.34 kernel. The reason seems to be this: http://lwn.net/Articles/413015/ Basically, memory and blkio subsystems do not support hierarchies. Therefore they disallow their creation. The proposed patch (which will be included into 2.6.38 according to this: http://thread.gmane.org/gmane.linux.kernel/1057268) will support hierarchies but basically transforms them back into a flat hierarchy. That should solve all issues described in this ticket. |