From owner-freebsd-fs@FreeBSD.ORG Mon Oct 18 11:03:22 2010 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 2F1121065670; Mon, 18 Oct 2010 11:03:22 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id E88A28FC1E; Mon, 18 Oct 2010 11:03:21 +0000 (UTC) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1P7nUu-0009Qi-Md; Mon, 18 Oct 2010 12:03:20 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1P7nUu-000Fy0-LZ; Mon, 18 Oct 2010 12:03:20 +0100 Date: Mon, 18 Oct 2010 12:03:20 +0100 Message-Id: To: fjwcash@gmail.com, pjd@FreeBSD.org In-Reply-To: <20101016222833.GA6765@garage.freebsd.pl> From: Pete French Cc: freebsd-fs@freebsd.org Subject: Re: Converting a non-HAST ZFS pool to a HAST pool 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: Mon, 18 Oct 2010 11:03:22 -0000 > HAST metadata takes much more space than glabel metadata. The latter > takes only one sector, while the former depends on provider size, but we > have to keep entire extent bitmap there, so definitely more than one > sector. I am attempting to do the same thing - convert a ZFS pool over to using hast. I have a current setup using gmirror, ggated and a pair of labeled drives. Luckily it seems that the meta data used by gmirror+glabel is biiger than that used by hast - so I should be able to do this without recreating the pool. I only mention it here because I know that the gmirror+ggate is a fairly common setup. If you start with labeled drives then you will be able to migrate to hast without any downtime. -pete.