Re: [PATCH v1 3/3] cgroup: relax common ancestor restriction for direct descendants

From: Tejun Heo
Date: Mon Jul 25 2016 - 14:45:00 EST


On Fri, Jul 22, 2016 at 06:24:25PM +1000, Aleksa Sarai wrote:
> > > It's about the debris left behind if the admin (or someone with
> > > delegated authority) moves the task to a wholly different cgroup.
> > >
> > > Now we have a cgroup directory in the old cgroup, which the current
> > > task has been removed from, for which the current user has permissions
> > > and could then move the task back to. Is that the essence of the
> > > problem?
> >
> > That'd be one side. The other side is the one moving. Let's say the
> > system admin thing wants to move all processe from A proper to B. It
> > would do that by draining processes from A's procs file into B's and
> > even that is multistep and can race.
>
> Once freezer is ported, wouldn't that allow you to stop the processes so you
> can drain them? I understand your concern with draining, but surely the same
> races occur if you fork? How many times would you need to scan cgroup.procs
> to make sure that you didn't miss anything (and if there's enough processes
> then cgroup.procs reads aren't atomic either).

Sure, draining has to be iterative and in actual use cases freezing
would help but I think you're misunderstanding why I gave the example.
It wasn't meant to be "if you solve this problem case, we're all
good". It was an illustration of the underlying problems where the
basic interface isn't fit for this sort of complex semantics. Please
take a step back and look at the larger picture. The current
interface is silly in many areas but it's still mostly integral and
I'd really like to keep at least that.

If there is a way to do this in a way which is not hacky, we can
definitely look into it. However, given that the imminent problem is
relatively small, I'm not too sure that there would be a solution of
justifiable size.

Thanks.

--
tejun