Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765378AbXKPL2y (ORCPT ); Fri, 16 Nov 2007 06:28:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756877AbXKPL2p (ORCPT ); Fri, 16 Nov 2007 06:28:45 -0500 Received: from mail.clusterfs.com ([74.0.229.162]:48421 "EHLO mail.clusterfs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756469AbXKPL2o (ORCPT ); Fri, 16 Nov 2007 06:28:44 -0500 Date: Fri, 16 Nov 2007 04:28:41 -0700 From: Andreas Dilger To: Andrew Morton Cc: Abhishek Rai , linux-kernel@vger.kernel.org, Ken Chen , Mike Waychison Subject: Re: [PATCH] Clustering indirect blocks in Ext3 Message-ID: <20071116112841.GS3966@webber.adilger.int> References: <20071115230219.1fe9338c.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071115230219.1fe9338c.akpm@linux-foundation.org> X-GPG-Key: 1024D/0D35BED6 X-GPG-Fingerprint: 7A37 5D79 BF1B CECA D44F 8A29 A488 39F5 0D35 BED6 User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1238 Lines: 30 On Nov 15, 2007 23:02 -0800, Andrew Morton wrote: > So we have a section of blocks around the middle of the blockgroup which > are used for indirect blocks. > > Presmably it starts around 50% of the way into the blockgroup? > > An important question is: how does it stand up over time? Simply laying > files out a single time on a fresh fs is the easy case. But what happens > if that disk has been in continuous create/delete/truncate/append usage for > six months? In the ext4-devel discussion, I asked about placement of the reserved blocks. Placement at the beginning of the group showed at worst marginally less performance and in some cases better performance. I suspect putting the reserved blocks at the beginning of the group would have a better long-term effect on performance because they are not in the middle of large contiguous allocations in the middle of the group. Cheers, Andreas -- Andreas Dilger Sr. Software Engineer, Lustre Group Sun Microsystems of Canada, Inc. - 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/