From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Rabbitson Subject: Re: Fastest Chunk Size w/XFS For MD Software RAID = 1024k Date: Thu, 28 Jun 2007 10:24:54 +0200 Message-ID: <46837056.4050306@rabbit.us> References: <46832E60.9000006@rabbit.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Justin Piszcz Cc: linux-raid@vger.kernel.org, xfs@oss.sgi.com, Alan Piszcz List-Id: linux-raid.ids Justin Piszcz wrote: > mdadm --create \ > --verbose /dev/md3 \ > --level=5 \ > --raid-devices=10 \ > --chunk=1024 \ > --force \ > --run > /dev/sd[cdefghijkl]1 > > Justin. Interesting, I came up with the same results (1M chunk being superior) with a completely different raid set with XFS on top: mdadm --create \ --level=10 \ --chunk=1024 \ --raid-devices=4 \ --layout=f3 \ ... Could it be attributed to XFS itself? Peter