From owner-freebsd-fs@FreeBSD.ORG Sun Jan 8 15:56:17 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 35037106566B for ; Sun, 8 Jan 2012 15:56:17 +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 1B6348FC16 for ; Sun, 8 Jan 2012 15:56:17 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rair.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1Rjv6W-000MEx-BY for freebsd-fs@freebsd.org; Sun, 08 Jan 2012 15:56:16 +0000 Date: Sun, 08 Jan 2012 10:56:15 -0500 Message-ID: From: Randy Bush To: FreeBSD FS User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: zfs with a bunch of drives 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: Sun, 08 Jan 2012 15:56:17 -0000 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. thanks for clue. randy