From owner-freebsd-fs@FreeBSD.ORG Sat May 23 13:38:05 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B425106564A for ; Sat, 23 May 2009 13:38:05 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id E1DB28FC14 for ; Sat, 23 May 2009 13:38:04 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M7rQJ-000Eoy-Cg; Sat, 23 May 2009 13:38:03 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id 2FED01966789; Sat, 23 May 2009 06:38:03 -0700 (PDT) Date: Sat, 23 May 2009 06:38:02 -0700 Message-ID: From: Randy Bush To: Adam McDougall In-Reply-To: <20090523132644.GN35763@egr.msu.edu> References: <9e20d71e0905230537ibcaf852g1dc32b6ffc3a681d@mail.gmail.com> <20090523132644.GN35763@egr.msu.edu> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-apple-darwin9.6.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-fs , Artis Caune Subject: Re: raidz2 a bit big X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 13:38:05 -0000 > For an example: (btw the read speed is fantastic in a mirror and the write > is notably faster than raidz, but if your I/O is all going to go through a > gig nic, then it may not matter such as if you are just using it for a > low concurrent user stash of large files) it is attached, via gige, to a device which generates data that it stores. a nfs-attached compute box is used to crunch the data. so not a big win to reorganize, yes? > zpool create tank mirror aacd0s1d aacd1s1d mirror aacd2s1d aacd3s1d mirror aacd4s1d aacd5s1d mirror aacd6s1d aacd7s1d ahhhhhhhhhhh! lose a bunch of space, and gain a lot of speed. next time. randy