From owner-freebsd-current@FreeBSD.ORG Fri Dec 25 18:18:25 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51948106568F; Fri, 25 Dec 2009 18:18:25 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 14C748FC15; Fri, 25 Dec 2009 18:18:24 +0000 (UTC) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 229B57E831; Fri, 25 Dec 2009 18:18:24 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.3/8.14.3) with ESMTP id nBPIJ1tH028376; Fri, 25 Dec 2009 18:19:01 GMT (envelope-from phk@critter.freebsd.dk) To: Alexander Motin From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 25 Dec 2009 16:03:05 +0200." <4B34C619.7070505@FreeBSD.org> Date: Fri, 25 Dec 2009 18:19:01 +0000 Message-ID: <28375.1261765141@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: FreeBSD-Current , freebsd-arch@FreeBSD.org Subject: Re: File system blocks alignment X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2009 18:18:25 -0000 In message <4B34C619.7070505@FreeBSD.org>, Alexander Motin writes: >Poul-Henning Kamp wrote: >- Second is a row size - stripe size * number of data disks. You may >freely read less information then full row, but short write cause RAID >to handle read-modify-write scenario. There is a far worse scenario: a stripe-spanning write, it forces a RMW cycle over two different RAID5 stripes. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.