From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: Tejun Heo <tj@kernel.org>
Cc: mtk.manpages@gmail.com,
"open list:CONTROL GROUP (CGROUP)" <cgroups@vger.kernel.org>,
"Serge E. Hallyn" <serge@hallyn.com>,
lkml <linux-kernel@vger.kernel.org>
Subject: Cgroup v2 thread mode oddity: "domain invalid" cgroup with threaded controller enabled
Date: Thu, 4 Oct 2018 21:40:57 +0200 [thread overview]
Message-ID: <a4912516-8c6b-d8d3-b714-5c03bcfc5e91@gmail.com> (raw)
Hello Tejun,
Suppose we have the following scenario:
x [d] (pids)
y [dt] (pids)
p [t]
q [t]
r [t]
z [d]
Here, x/y is a "domain threaded root" with a threaded controller
(the 'pids' controller) enabled. (In this scenario, there are no
member processes in any of the cgroups.)
Suppose we now convert x/z to "threaded" type:
# echo threaded > x/z/cgroup.type
Now we end up in the following state:
x [dt] (pids)
y [inv] (pids)
p [t]
q [t]
r [t]
z [t]
This seems odd. x/y is now of "domain invalid" type with a controller
enabled! This feels like a violation of the rules, since we can't
in other circumstances do anything with a "domain invalid" cgroup
except convert it to "threaded". In particular, we can't create
child cgroups under a "domain invalid" cgroup, or add member processes
to the cgroup, or *enable controllers in the cgroup*. In fact, when
doing the
# echo threaded > x/z/cgroup.type
I had expected a write(2) error because the state of x/y should
(I thought) not be permitted.
Your thoughts?
Thanks,
Michael
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
next reply other threads:[~2018-10-04 19:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 19:40 Michael Kerrisk (man-pages) [this message]
2018-10-04 19:49 ` Cgroup v2 thread mode oddity: "domain invalid" cgroup with threaded controller enabled Roman Gushchin
2018-10-16 15:11 ` Michael Kerrisk (man-pages)
2018-10-17 16:19 ` Tejun Heo
2018-10-23 16:09 ` Michael Kerrisk (man-pages)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a4912516-8c6b-d8d3-b714-5c03bcfc5e91@gmail.com \
--to=mtk.manpages@gmail.com \
--cc=cgroups@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=serge@hallyn.com \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox