From owner-freebsd-stable@FreeBSD.ORG Thu Dec 30 18:07:31 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 572321065694 for ; Thu, 30 Dec 2010 18:07:31 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id 182388FC12 for ; Thu, 30 Dec 2010 18:07:30 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out2.tiscali.nl with esmtp (Exim) (envelope-from ) id 1PYMct-0005x9-V6 for freebsd-stable@freebsd.org; Thu, 30 Dec 2010 18:49:24 +0100 Received: from 212-123-145-58.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 309CB10122 for ; Thu, 30 Dec 2010 18:49:21 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org References: <4D1C6F90.3080206@my.gd> Date: Thu, 30 Dec 2010 18:49:20 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: <4D1C6F90.3080206@my.gd> User-Agent: Opera Mail/11.00 (FreeBSD) Content-Transfer-Encoding: quoted-printable Subject: Re: ZFS - moving from a zraid1 to zraid2 pool with 1.5tb disks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2010 18:07:31 -0000 On Thu, 30 Dec 2010 12:40:00 +0100, Damien Fleuriot wrote: > Hello list, > > > > I currently have a ZFS zraid1 with 4x 1.5TB drives. > The system is a zfs-only FreeBSD 8.1 with zfs version 14. > > I am concerned that in the event a drive fails, I won't be able to > repair the disks in time before another actually fails. > > > > > I wish to reinstall the OS on a dedicated drive (possibly SSD, doesn't > matter, likely UFS) and dedicate the 1.5tb disks to storage only. > > I have ordered 5x new drives and would like to create a new zraid2 > mirrored pool. > > Then I plan on moving data from pool1 to pool2, removing drives from > pool1 and adding them to pool2. > > > > My questions are as follows: > > With a total of 9x 1.5TB drives, should I be using zraid3 instead of > zraid2 ? I will not be able to add any more drives so unnecessary parit= y > drives =3D less storage room. > > What are the steps for properly removing my drives from the zraid1 pool > and inserting them in the zraid2 pool ? > > > Regards, > > > dfl Make sure you have spare drives so you can swap in a new one quickly and = =20 have off-line backups in case disaster strikes. Extra backups are always = =20 nice. Disks are not the only parts which can break and damage your data. Ronald.