[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180110144708.GC3668920@devbig577.frc2.facebook.com>
Date: Wed, 10 Jan 2018 06:47:08 -0800
From: Tejun Heo <tj@...nel.org>
To: "Michael Kerrisk (man-pages)" <mtk.manpages@...il.com>
Cc: Peter Zijlstra <peterz@...radead.org>, cgroups@...r.kernel.org,
lkml <linux-kernel@...r.kernel.org>,
linux-man <linux-man@...r.kernel.org>,
"Serge E. Hallyn" <serge@...lyn.com>,
Mike Galbraith <efault@....de>, Li Zefan <lizefan@...wei.com>,
Ingo Molnar <mingo@...hat.com>, Paul Turner <pjt@...gle.com>,
kernel-team@...com, Andy Lutomirski <luto@...capital.net>,
Johannes Weiner <hannes@...xchg.org>,
Lauro Venancio <lvenanci@...hat.com>,
Waiman Long <longman@...hat.com>
Subject: Re: cgroups(7): documenting cgroups v2 thread mode
Hello,
On Tue, Jan 09, 2018 at 11:54:03PM +0100, Michael Kerrisk (man-pages) wrote:
> One more thing. I added the following sentence to the text:
>
> The cgroup.threads file is writable only for the cgroups inside a
> threaded subtree.
>
> Can you confirm that that is correct, please.
The only extra restriction is that the domain cgroup must be the same
for the source and destination, which is true for the entire threaded
subtree (the threaded domain). As each domain cgroup is its own
unique domain, cgroup.threads in them would only allow migrating to
self which is a noop; otherwise, it'd return -EOPNOTSUPP.
Thanks.
--
tejun
Powered by blists - more mailing lists