From owner-freebsd-fs@FreeBSD.ORG Mon Oct 24 05:34:56 2011 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 EB350106566B for ; Mon, 24 Oct 2011 05:34:56 +0000 (UTC) (envelope-from pawel@dawidek.net) Received: from mail.dawidek.net (60.wheelsystems.com [83.12.187.60]) by mx1.freebsd.org (Postfix) with ESMTP id 83A058FC0A for ; Mon, 24 Oct 2011 05:34:56 +0000 (UTC) Received: from localhost (89-73-195-149.dynamic.chello.pl [89.73.195.149]) by mail.dawidek.net (Postfix) with ESMTPSA id F1B087C8; Mon, 24 Oct 2011 07:34:53 +0200 (CEST) Date: Mon, 24 Oct 2011 07:34:06 +0200 From: Pawel Jakub Dawidek To: Larry Rosenman Message-ID: <20111024053405.GJ1697@garage.freebsd.pl> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEkEgRdBLZYkpbX2" Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 9.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-fs@freebsd.org Subject: Re: Anyway to change pool to use the gpt label instead of gptid? 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, 24 Oct 2011 05:34:57 -0000 --PEkEgRdBLZYkpbX2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 23, 2011 at 07:52:08PM -0500, Larry Rosenman wrote: > Is there any way to convert this setup to use the GPT labels instead of t= he the=20 > GPT UUID's in zpool status/zpool iostat? When you create your pool using GPT labels, it will prefer them over anything else on import. If it cannot find labels, it will switch to something else that looks like your VDEVs. If you want to switch to GPT labels when your pool already exist and you cannot export it (it holds root file system), you can create GPT labels with gpart(8), disable GPTIDs by adding the following line to /boot/loader.conf: kern.geom.label.gptid.enable=3D0 Then you reboot and hope for the best. It will either pick GPT labels or adap. --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://yomoli.com --PEkEgRdBLZYkpbX2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAk6k+M0ACgkQForvXbEpPzRr2ACg60hp1u/HcqUAtyvXmG33nETp /zYAoOaCgC+wsFcoQgYSI9gdDLouhnRr =2boc -----END PGP SIGNATURE----- --PEkEgRdBLZYkpbX2--