Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753924AbdHXW7D (ORCPT ); Thu, 24 Aug 2017 18:59:03 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:40173 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753411AbdHXW7C (ORCPT ); Thu, 24 Aug 2017 18:59:02 -0400 Date: Fri, 25 Aug 2017 00:58:58 +0200 From: Christian Brauner To: Tejun Heo Cc: Waiman Long , Li Zefan , Johannes Weiner , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?B?U3TDqXBoYW5l?= Graber , Serge Hallyn Subject: Re: [PATCH] cpuset: Allow cpuset controller in default hierarchy Message-ID: <20170824225857.ihxvcpgawb4fxda2@gmail.com> References: <1503585611-13496-1-git-send-email-longman@redhat.com> <20170824144322.GP491396@devbig577.frc2.facebook.com> <863b01d0-e724-dab6-258e-d5980f985938@redhat.com> <20170824150222.GQ491396@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170824150222.GQ491396@devbig577.frc2.facebook.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2221 Lines: 53 On Thu, Aug 24, 2017 at 08:02:22AM -0700, Tejun Heo wrote: > Hello, > > On Thu, Aug 24, 2017 at 10:56:21AM -0400, Waiman Long wrote: > > The main reason for sending out this patch is to figure out what exactly > > is in your mind before enabling cpuset in v2. > > > > From my point of view, the exclusive setting makes cpuset behave more > > like a resource domain that a resource allocated to one cgroup won't be > > available for another cgroup. So we can argue it both ways whether it > > violates the basic hierarchy rules or not. > > It's not even siblings interfering with other siblings. The resource > knobs belong to the parent, right? So, the only thing it's doing is > restricting the parent itself from creating certain configurations, > which can be argued to be a feature but it's a really weird policy > enforcement implemented in kernel. > > > I will be in the Plumbers Conference next month and we can talk more > > about this. My goal is to make cgroup v2 ready for prime time hopefully > > by the end of the year. Hi, I've been following this thread and the cpuset controller being enabled on cgroup v2 is a really important step. As one of many container runtime maintainers this is obviously a big step for us with a lot of impact. It'd be really nice if we could have a little little discussion just to see what the plan is like and what sort of features are going to expose to userspace. This is all a very rapid development which is good. I'd just like to make sure to know what we're in for. Sort of like what we did last year at Plumber but less offical and without microphones and the overhead of having hundreds of people in the room. :) Also it likely be way more relaxed given that a lot of the problems dicussed back then seem to have been resolved. CCing Serge and Stéphane. :) Thanks! Christian > > Sure, the only thing I think we need for cpuset is cutting down the > interface to the minimal set which provides all the features to > userspace. > > Thanks. > > -- > tejun > -- > To unsubscribe from this list: send the line "unsubscribe cgroups" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html