[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070512020248.GQ6375@schatzie.adilger.int>
Date: Fri, 11 May 2007 19:02:48 -0700
From: Andreas Dilger <adilger@...sterfs.com>
To: linux-ext4@...r.kernel.org
Subject: [RFC] store RAID stride in superblock
It is possible to specify the RAID stride to mke2fs allow it to optimize
the layout of the bitmaps. With the new mballoc it is also possible to
tell it via a mount option to do large allocations aligned on the RAID
stride (by default it aligns on 1MB boundaries from the start of the LUN).
What would be rather convenient is to store the RAID stride value in the
superblock. That would spare a lot of hassle on the part of the admin
to tune the filesystem optimally for the underlying storage. There is
also a library used in the XFS tools that knows how to probe various
kinds of block devices (e.g. MD RAID, LVM/DM, etc) to get their storage
layout that would avoid the need for the user to specify anything.
Any thoughts on this?
Cheers, Andreas
--
Andreas Dilger
Principal Software Engineer
Cluster File Systems, Inc.
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists