From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [RFD] cgroup: about multiple hierarchies Date: Tue, 13 Mar 2012 18:25:37 +0100 Message-ID: <1331659537.18960.84.camel@twins> References: <20120221211938.GE12236@google.com> <20120312221050.GG23255@google.com> <1331590938.18960.57.camel@twins> <20120312222817.GI23255@google.com> <1331591568.18960.61.camel@twins> <20120312223944.GJ23255@google.com> <1331592241.18960.64.camel@twins> <20120312230416.GM23255@google.com> <20120313141032.GD29169@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120313141032.GD29169-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Vivek Goyal Cc: Michal Schmidt , Frederic Weisbecker , containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Kay Sievers , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Lennart Poettering , Tejun Heo , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton List-Id: containers.vger.kernel.org On Tue, 2012-03-13 at 10:10 -0400, Vivek Goyal wrote: > Implementing hierarchy is a pain and is expensive at run time. Yeah, suck it up :-) I would really rather we mandate one implementation standard for controllers for the sake of consistency and uniformity. A direct result of doing away with the multiple hierarchy crap is that all controllers are co-mounted. Allowing differences like this just doesn't make any sense. So either we drop full hierarchy support from all controllers or we deprecate and remove all non-hierarchical controllers. I'm fine with either, but I'm not fine with with the half-arsed solutions proposed here.