From owner-freebsd-fs@FreeBSD.ORG Mon Nov 5 17:38:13 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B51D9467 for ; Mon, 5 Nov 2012 17:38:13 +0000 (UTC) (envelope-from daniel@digsys.bg) Received: from smtp-sofia.digsys.bg (smtp-sofia.digsys.bg [193.68.3.230]) by mx1.freebsd.org (Postfix) with ESMTP id 38D418FC0C for ; Mon, 5 Nov 2012 17:38:12 +0000 (UTC) Received: from dcave.digsys.bg (dcave.digsys.bg [192.92.129.5]) (authenticated bits=0) by smtp-sofia.digsys.bg (8.14.5/8.14.5) with ESMTP id qA5HBbxl039298 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 5 Nov 2012 19:11:38 +0200 (EET) (envelope-from daniel@digsys.bg) Message-ID: <5097F349.3080407@digsys.bg> Date: Mon, 05 Nov 2012 19:11:37 +0200 From: Daniel Kalchev User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.10) Gecko/20121029 Thunderbird/10.0.10 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: Convert standalone zpool to RAID1 with data in place References: <50955FB1.2070800@cyberfoxfire.com> <5097F04A.5060701@cyberfoxfire.com> In-Reply-To: <5097F04A.5060701@cyberfoxfire.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 17:38:13 -0000 On 05.11.12 18:58, Fox F wrote: > > Thank you. It sounds like I need to use gstripe then. My need is to > have two 3TB mirrors, for which I need a striped device of 1TB + 2TB > given my current hardware. Thanks for the help. > It seems this is only sensible if you have now one 1TB and one 2TB drive and look at mirroring them to another 3TB drive. My worry with using gstripe would be the order in which metadata is tasted and whether you might not end up in the unfortunately situation where for some reason ZFS tastes the drives first... Of course, with the classing conversion of single disk vdevs to mirrors, you need same size drives, or you could mirror your existing 1TB and 2TB drives with two 2TB or two 3TB drives. You will not use all the capacity initially, but then later if you replace, say the 1TB drive with a larger one, the zpool will expand. Daniel