From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Galbraith Subject: Re: cgroup: status-quo and userland efforts Date: Fri, 28 Jun 2013 06:49:10 +0200 Message-ID: <1372394950.5989.128.camel__4028.91432536325$1372394988$gmane$org@marge.simpson.net> References: <20130422214159.GG12543@htj.dyndns.org> <20130625000118.GT1918@mtj.dyndns.org> <20130626212047.GB4536@htj.dyndns.org> <1372311907.5871.78.camel@marge.simpson.net> <20130627180143.GD5599@mtj.dyndns.org> <1372391198.5989.110.camel@marge.simpson.net> <20130628040930.GC2500@htj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130628040930.GC2500-Gd/HAXX7CRxy/B6EtB590w@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: Tejun Heo Cc: Tim Hockin , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Containers , Kay Sievers , lpoetter , workman-devel , jpoimboe , "dhaval.giani" , Cgroups List-Id: containers.vger.kernel.org On Thu, 2013-06-27 at 21:09 -0700, Tejun Heo wrote: > No, it's completely messed up. We're now starting to see users trying > to embed low level cgroup details into their binaries and cgroup is > exposing sysctl-level konbs which are directly tied to internal > implementation of core subsystems. cgroup successfully bypassed the > usual kernel API policing with the help of hierarchical filesystem > interface which allows delegation on the surface. We completely > fucked up. This is a full scale disaster unrolling. I always thought that was a very cool feature, mkdir+echo, poof done. Now maybe that interface is suboptimal for serious usage, but it makes the things usable via dirt simple scripts, very flexible, nice. But whatever, not my call, you know your business better than I. If mandatory agent happens, fine, but imho that will be sad day. -Mike