From owner-freebsd-fs@FreeBSD.ORG Sun Jan 8 18:17:48 2012 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 6400C106566B for ; Sun, 8 Jan 2012 18:17:48 +0000 (UTC) (envelope-from dg17@penx.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 09DBE8FC12 for ; Sun, 8 Jan 2012 18:17:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q08IHhsj050808; Sun, 8 Jan 2012 10:17:43 -0800 (PST) (envelope-from dg17@penx.com) From: Dennis Glatting To: freebsd-fs@freebsd.org, Randy Bush In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Sun, 08 Jan 2012 10:17:43 -0800 Message-ID: <1326046663.53707.39.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q08IHhsj050808 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: dg17@penx.com X-yoursite-MailScanner-Watermark: 1326651464.86807@jRsYcbtZLqON7UTNnx+Nww Cc: Subject: Re: zfs with a bunch of drives X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dg17@penx.com List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2012 18:17:48 -0000 On Sun, 2012-01-08 at 10:56 -0500, Randy Bush wrote: > we want to build a new 16-drive RELENG_9 server on which we intend to > run a bunch of vboxen. a couple of years ago, we built a 16-drive > server. based on advice here not to just do a big raidz, it was > configured as eight mirrors > > tank ONLINE 0 0 0 > mirror ONLINE 0 0 0 > label/m00-d01 ONLINE 0 0 0 > label/m00-d00 ONLINE 0 0 0 > mirror ONLINE 0 0 0 > label/m01-d00 ONLINE 0 0 0 > label/m01-d01 ONLINE 0 0 0 > > and so forth. is this still the best advice for performance? > > and is there a url for building a bootable RELENG_9 zfs-only system? > last i looked there were a half dozen all somewhat different. > I would do a performance measurement against a three drive RAIDz with cache verses a simple mirror. Of course performance is based on data but I've found RAIDz a better performer than RAID5 on blocky I/O, which I /think/ is the type of I/O you'd see under vboxen. I've taken data on a simple mirror verses RAIDz/2/3 but I no longer have it. > thanks for clue. > > randy > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"