From owner-freebsd-questions@FreeBSD.ORG Mon Jan 27 10:34:43 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30D72D82 for ; Mon, 27 Jan 2014 10:34:43 +0000 (UTC) Received: from uk1rly2283.eechost.net (uk1rly2283.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id EA7EB17B6 for ; Mon, 27 Jan 2014 10:34:42 +0000 (UTC) Received: from [31.186.37.179] (helo=smtp.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1W7jIe-0001xX-8W for freebsd-questions@freebsd.org; Mon, 27 Jan 2014 10:20:16 +0000 Received: from [192.168.63.1] (helo=steve.marelmo.com) by smtp.marelmo.com with smtp (Exim 4.82 (FreeBSD)) (envelope-from ) id 1W7jIk-000Dy4-SZ for freebsd-questions@freebsd.org; Mon, 27 Jan 2014 10:20:22 +0000 Date: Mon, 27 Jan 2014 10:20:22 +0000 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: ZFS confusion Message-Id: <20140127102022.1caee0134a656d112aeae977@sohara.org> In-Reply-To: <52E62DFF.3010600@gmail.com> References: <52E40C82.7050302@gmail.com> <52E62DFF.3010600@gmail.com> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Info: 15567@permanet.ie (plain) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 10:34:43 -0000 On Mon, 27 Jan 2014 09:59:27 +0000 Kaya Saman wrote: > Would it be better to create a raidz1 pool then just add raidz1 pools to > the master as time goes by? I would advise against using any scheme that only allows a single disc failure. When (not if) a disc fails and needs to go RMA you're stuck with no redundancy at all until the replacement comes back and gets resilvered. That can be an uncomfortably long time, especially if all your drives came from the same batch (if at all possible don't let that happen, I've seen a big RAID array lose several drives in one day because they all came from the same batch and all wore out together). -- Steve O'Hara-Smith