From owner-freebsd-fs@FreeBSD.ORG Mon Oct 24 01:48:03 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 923F01065674 for ; Mon, 24 Oct 2011 01:48:03 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 546F38FC13 for ; Mon, 24 Oct 2011 01:48:03 +0000 (UTC) Received: by yxt33 with SMTP id 33so1918470yxt.13 for ; Sun, 23 Oct 2011 18:48:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Z7TMR71EUVbgpCfCFoUyYwvN7h6WIN5nSMoT1aldc5Q=; b=ZOII+cVjCT1fFFKS1T+ReYaQfrbx6L4NpeOHY2zBdmyscN99U0a5cxr2bi0Y43/wTM G2pc34R3KCe05Yx9/PMIwoR3OSLXRz1NXFCbR7PsCibay9pqfOtf4DIru2ty5/x5XPgP LlyuGg9dKkKh3lgnDybG4N9R3H99DDg2i/82w= MIME-Version: 1.0 Received: by 10.236.72.132 with SMTP id t4mr1373222yhd.58.1319420882627; Sun, 23 Oct 2011 18:48:02 -0700 (PDT) Sender: artemb@gmail.com Received: by 10.236.103.175 with HTTP; Sun, 23 Oct 2011 18:48:02 -0700 (PDT) In-Reply-To: References: Date: Sun, 23 Oct 2011 18:48:02 -0700 X-Google-Sender-Auth: atQQBg2SRNFrbMqBgi2kSMAsG80 Message-ID: From: Artem Belevich To: Larry Rosenman Content-Type: text/plain; charset=ISO-8859-1 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 01:48:03 -0000 On Sun, Oct 23, 2011 at 5:52 PM, Larry Rosenman wrote: > Is there any way to convert this setup to use the GPT labels instead of the > the GPT UUID's in zpool status/zpool iostat? You can try exporting the pool and then importing it back with "zfs import -d /dev/gpt" --Artem