Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753079Ab0GVXK7 (ORCPT ); Thu, 22 Jul 2010 19:10:59 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:52520 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751412Ab0GVXK6 (ORCPT ); Thu, 22 Jul 2010 19:10:58 -0400 MIME-Version: 1.0 In-Reply-To: <20100722214821.GB14303@count0.beaverton.ibm.com> References: <20100722182638.GA12712@kroah.com> <20100722183614.GA5443@suse.de> <20100722185301.GA528@suse.de> <20100722191200.GA5609@suse.de> <20100722214821.GB14303@count0.beaverton.ibm.com> From: Kay Sievers Date: Fri, 23 Jul 2010 01:10:43 +0200 Message-ID: Subject: Re: [PATCH] cgroupfs: create /sys/fs/cgroup to mount cgroupfs on To: Matt Helsley Cc: Greg KH , Paul Menage , Ben Blum , containers@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Lennart Poettering , Andrew Morton Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 676 Lines: 16 On Thu, Jul 22, 2010 at 23:48, Matt Helsley wrote: > So I'd suggest > those cgroup mounts go in /var/run/systemd/cgroup or something like that. Impossible, we need it at bootup, and / is usually read-only, and /var might even be behind the network we need to bring up. It needs to be on tmpfs mounted on the rootsfs, or in any of the virtual fss we have to mount anyway, so /sys/fs seems a good place. Kay -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/