From owner-freebsd-stable@FreeBSD.ORG Thu Dec 31 23:02:19 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 312931065676 for ; Thu, 31 Dec 2009 23:02:19 +0000 (UTC) (envelope-from hartzell@almost.alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 1998B8FC17 for ; Thu, 31 Dec 2009 23:02:18 +0000 (UTC) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 6FCAA33C64; Thu, 31 Dec 2009 15:02:18 -0800 (PST) Received: from almost.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by merlin.alerce.com (Postfix) with ESMTP id 3D20C33C62; Thu, 31 Dec 2009 15:02:18 -0800 (PST) Received: by almost.alerce.com (Postfix, from userid 503) id 7D2125EAA01; Thu, 31 Dec 2009 15:02:17 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19261.11640.915032.590295@gargle.gargle.HOWL> Date: Thu, 31 Dec 2009 15:02:16 -0800 To: Roland Smith In-Reply-To: <20091231215739.GA49850@slackbox.xs4all.nl> References: <19261.3612.150477.365986@gargle.gargle.HOWL> <20091231215739.GA49850@slackbox.xs4all.nl> X-Mailer: VM 8.0.12 under 22.3.1 (i386-apple-darwin9.6.0) X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-stable@freebsd.org, George Hartzell Subject: Re: ZFS and disappearing glabels X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2009 23:02:19 -0000 Roland Smith writes: > On Thu, Dec 31, 2009 at 12:48:28PM -0800, George Hartzell wrote: > > > > I've set up a system as described here. > > > > http://wiki.freebsd.org/RootOnZFS/ZFSBootPartition > > > > Using the 8.0 Release DVD and then csup'ing to RELENG_8 and > > rebuilding. > > > > I set it up with a single drive, the only change that I made was that > > after creating ad10s1a I glabeled it as disk0, then added > > /dev/label/disk0 to the pool. > > > > That worked great. > > > > Then I added a second larger drive, giving it an MBR, a bsd label, and > > an s1a partition that I glabeled as disk1. I attached that to the > > pool and it resilvered happily. > > > > However, when I rebooted I found that the pool now consists of > > label/disk0 and ad12s1a. I detached ad12s1a, relabeled it as disk1, > > and attached disk1 to the pool again. It resilvered fine. Running > > strings on /boot/zfs/zpool.cache shows /dev/label/disk0 and > > /dev/label/disk1. > > How did you create the labels? See glabel(8) about the difference between the > "manual" and "automatic" method. Maybe you accidentally used the manual method > on the second disk? > [...] +1 bonus point to Roland, just in time under the New Years wire. I created the first label with 'glabel label', which creates an automatic label, but created the second with 'glabel create' (assuming it was a synonym), which creates a manual label. I did a detach, relabeled, reattached, and away I go. Thanks,! g.