From owner-freebsd-fs@FreeBSD.ORG Fri Jun 17 13:19:18 2011 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8159B106566B for ; Fri, 17 Jun 2011 13:19:18 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from lwfs1-cam.cam.lispworks.com (mail.lispworks.com [193.34.186.230]) by mx1.freebsd.org (Postfix) with ESMTP id 186918FC1A for ; Fri, 17 Jun 2011 13:19:17 +0000 (UTC) Received: from higson.cam.lispworks.com (higson [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.14.3/8.14.3) with ESMTP id p5HD8rOi073197; Fri, 17 Jun 2011 14:08:53 +0100 (BST) (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id p5HD8rNK030557; Fri, 17 Jun 2011 14:08:53 +0100 Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id p5HD8rY4030553; Fri, 17 Jun 2011 14:08:53 +0100 Date: Fri, 17 Jun 2011 14:08:53 +0100 Message-Id: <201106171308.p5HD8rY4030553@higson.cam.lispworks.com> From: Martin Simmons To: fs@freebsd.org In-reply-to: (message from krad on Fri, 17 Jun 2011 10:02:30 +0100) References: <4DF7CDD0.8040108@scsiguy.com> <20110615120524.GI1975@garage.freebsd.pl> <4DF8ACD3.1070202@scsiguy.com> Cc: Subject: Re: [CFR][ZFS] Add "zpool labelclear" command. 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: Fri, 17 Jun 2011 13:19:18 -0000 >>>>> On Fri, 17 Jun 2011 10:02:30 +0100, krad said: > > Therefore I only have to wipe the GPT label to clear the disk That doesn't sound sufficient to me. Won't the old ZFS label reappear if you reuse the disk and create the same partitioning scheme? __Martin