Re: [RFC] cgroup TODOs
From: Glauber Costa <hidden>
Date: 2012-09-17 08:54:18
Also in:
lkml
On 09/14/2012 09:43 PM, Tejun Heo wrote:
Hello, Glauber. On Fri, Sep 14, 2012 at 12:16:31PM +0400, Glauber Costa wrote:quoted
Can we please keep some key userspace guys CCd?Yeap, thanks for adding the ccs.quoted
quoted
1. cpu and cpuacct...quoted
quoted
Me, working on it.I can work on it as well if you want. I dealt with it many times in the past, and tried some different approaches, so I am familiar. But if you're already doing it, be my guest...I'm trying something minimal which can serve as basis for the actual work. I think I figured it out mostly and will probably post it later today. Will squeak if I get stuck.quoted
quoted
I'll do the cgroup_freezer. I'm hoping PeterZ or someone who's familiar with the code base takes care of cpuset. Michal, can you please take care of memcg?I think this is a pressing problem, yes, but not the only problem with cgroup lock. Even if we restrict its usage to cgroup core, we still can call cgroup functions, which will lock. And then we gain nothing.Can you be a bit more specific?
What I mean is that if some operation needs to operate locked, they will have to lock. Whether or not the locking is called from cgroup core or not. If the lock is not available outside, people will end up calling a core function that locks.
quoted
And the problem is that people need to lock. cgroup_lock is needed because the data you are accessing is protected by it. The way I see it, it is incredible how we were able to revive the BKL in the form of cgroup_lock after we finally manage to successfully get rid of it!I wouldn't go as far as comparing it to BKL.
Of course not, since it is not system-wide. But I think the comparison still holds in spirit...
quoted
Do you realize this is the exact same thing I proposed in our last round, and you keep screaming saying you wanted something else, right? The only difference is that the discussion at the time started by a forced-comount patch, but that is not the core of the question. For that you are proposing to make sense, the controllers need to be comounted, and at some point we'll have to enforce it. Be it now or in the future. But what to do when they are in fact comounted, I see no difference from what you are saying, and what I said.Maybe I misunderstood you or from still talking about forced co-mounts more likely you're still misunderstanding. From what you told PeterZ, it seemed like you were thinking that this somehow will get rid of differing hierarchies depending on specific controllers and thus will help, for example, the optimization issues between cpu and cpuacct. Going back to the above example, Unified tree Controller Y's view controller X's view R R / \ / \ A B A B / \ AA AB If a task assigned to or resourced tagged with AA, for controller X it'll map to AA and for controller Y to A, so we would still need css_set, which actually becomes the primary resource tag and may point to different subsystem states depending on the specific controller. If that is the direction we're headed, forcing co-mounts at this point doesn't make any sense. We'll make things which are possible today impossible for quite a while and then restore part of it, which is a terrible transition plan. What we need to do is nudging the current users away from practices which hinder implementation of the final form and then transition to it gradually. If you still don't understand, I don't know what more I can do to help.
you seem to hear "comount", and think of unified vision, and that is the reason for this discussion to still be going on. Mounting is all about the root. And if you comount, hierarchies have the same root. In your example, the different controllers are comounted. They have not the same view, but the possible views are restricted to be a subset of the underlying tree - because they are mounted in the same place, forced or not. In a situation like this, it makes all the sense in the world to use the css_id as a primary identifier, because it will be guaranteed to be the same. What makes the tree overly flexible, is that you can have multiple roots, starting in multiple places, with arbitrary topologies downwards. If you still don't understand, I don't know what more I can do to help.