From owner-freebsd-questions@FreeBSD.ORG Fri Jun 13 07:08:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9003D106567D; Fri, 13 Jun 2008 07:08:54 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 90ED68FC0A; Fri, 13 Jun 2008 07:08:53 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m5D78mxK005011; Fri, 13 Jun 2008 09:08:48 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m5D78mBA005008; Fri, 13 Jun 2008 09:08:48 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 13 Jun 2008 09:08:48 +0200 (CEST) From: Wojciech Puchar To: FreeBSD Questions In-Reply-To: Message-ID: <20080613090714.K4713@wojtek.tensor.gdynia.pl> References: <200806121521.16237.kirk@strauser.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Stripe sizes with gstripe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2008 07:08:54 -0000 >> Does gstripe read an entire stripe at a time? If so, why do that instead >> of >> just reading a few requested blocks? If not, then is there any advantage >> to large stripes? > > Apparently it won't read anything larger than your stripe size which defaults > to a miserable 4k. depending from what's needed, but unless i need just huge linear transfer, i set stripe size to something huge, like 256MB. then single read is rarely split on 2 disks, while multiple reads have good chances to touch different drives