From owner-freebsd-current@FreeBSD.ORG Wed Jul 15 22:15:24 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB301065675 for ; Wed, 15 Jul 2009 22:15:24 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4A68FC15 for ; Wed, 15 Jul 2009 22:15:24 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MRCl0-000MjK-TP; Wed, 15 Jul 2009 22:15:23 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id 6089928D09ED; Thu, 16 Jul 2009 07:15:22 +0900 (JST) Date: Thu, 16 Jul 2009 07:15:22 +0900 Message-ID: From: Randy Bush To: Freddie Cash In-Reply-To: References: User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-apple-darwin9.6.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-current@freebsd.org Subject: Re: ZFS pool corrupted on upgrade of -current (probably sata renaming) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2009 22:15:24 -0000 > * label all the drives using glabel, while they're still attached to the > pool having a bit of a problem with that one # zpool status pool: tank state: ONLINE scrub: resilver completed after 0h3m with 0 errors on Wed Jul 15 14:13:49 2009 config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 mirror ONLINE 0 0 0 ad4s3 ONLINE 0 0 0 ad5s3 ONLINE 0 0 0 mirror ONLINE 0 0 0 ad7s1 ONLINE 0 0 0 71.5M resilvered label/disk02 ONLINE 0 0 0 1.82G resilvered errors: No known data errors # glabel label disk03 /dev/ad7s1 glabel: Can't store metadata on /dev/ad7s1: Operation not permitted. # sysctl kern.geom.debugflags=17 kern.geom.debugflags: 0 -> 17 # glabel label disk03 /dev/ad7s1 glabel: Can't store metadata on /dev/ad7s1: Operation not permitted. randy