From owner-freebsd-current@FreeBSD.ORG Wed Jul 15 03:44:34 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 BFB7B106566C for ; Wed, 15 Jul 2009 03:44:34 +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 9BBF08FC18 for ; Wed, 15 Jul 2009 03:44:34 +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 1MQvQ0-000Jpj-Ss; Wed, 15 Jul 2009 03:44:33 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id 5C87B28CDD06; Wed, 15 Jul 2009 12:44:32 +0900 (JST) Date: Wed, 15 Jul 2009 12:44:32 +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 03:44:35 -0000 > # glabel label disk01 /dev/ad4 > # glabel label disk02 /dev/ad6 > # glabel label disk03 /dev/ad8 > # zpool create pool raidz1 label/disk01 label/disk02 label/disk03 > > After that, you can shuffle the drives around in the system, and the pool > will continue to work correctly. ooooooo! i wish i had understood that when i built a large set of mirrored raid. any way to hack it ex post facto? randy