From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: AGs in btrfs Date: Mon, 04 Aug 2008 08:45:36 -0400 Message-ID: <1217853936.29139.39.camel@think.oraclecorp.com> References: Mime-Version: 1.0 Content-Type: text/plain Cc: linux-btrfs@vger.kernel.org To: Jan Engelhardt Return-path: In-Reply-To: List-ID: On Sat, 2008-08-02 at 20:20 -0400, Jan Engelhardt wrote: > Hi, > > > I was wondering whether btrfs has a concept similar to xfs's "allocation > groups", which, as far as I understand, means that the filesystem has > multiple B-tree roots to allow for more finegrained locking and desaster > containment (losing only 1/16th of the fs in a medium-worst case). Yes and no, we'll eventually have multiple extent allocation trees that provide some of what the AGs do. Pulling out hte btree roots for more fault tolerance is something we need to study. -chris