From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 08:59:04 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E55D106566B for ; Wed, 26 Jan 2011 08:59:04 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id C06698FC16 for ; Wed, 26 Jan 2011 08:59:03 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1Pi0xe-0003MD-JP>; Wed, 26 Jan 2011 09:42:42 +0100 Received: from e178009220.adsl.alicedsl.de ([85.178.9.220] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1Pi0xe-0004Pr-Gj>; Wed, 26 Jan 2011 09:42:42 +0100 Message-ID: <4D3FDE82.4000105@mail.zedat.fu-berlin.de> Date: Wed, 26 Jan 2011 09:42:42 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101218 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.9.220 Subject: FreeBSD 9/ZFS: Striped Pool (2 disks) migrating to mirror (onto additional disk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 08:59:04 -0000 I've got a problem. For performance reasons I use two 1TB harddrives as a single pool, and as far as I know, ZFS on recent FreeBSD 9/amd64 treats suchs pools 'striped'. Well, I can measure a performance gain in writing and reading. Well, for backup, I use an additional 2TB disk, ZFS, compressed, the backup is done manually via rsync (i'm looking for more suitable simple backup solutions). My question is: is it possible to migrate the two-disk pool without data loss into a mirrored pool by adding the one 2TB-disk? Comments appreciated, thanks in advance, Oliver