From owner-freebsd-stable@FreeBSD.ORG Wed Sep 2 10:29:10 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 52AAF1065679 for ; Wed, 2 Sep 2009 10:29:10 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 0BFA38FC39 for ; Wed, 2 Sep 2009 10:29:09 +0000 (UTC) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 3422419E044; Wed, 2 Sep 2009 12:29:06 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 1F41519E043; Wed, 2 Sep 2009 12:29:04 +0200 (CEST) Message-ID: <4A9E48F1.60606@quip.cz> Date: Wed, 02 Sep 2009 12:29:05 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Ronald Klop References: <061541E3-F301-46C4-8ECB-5B05854F0EAA@exscape.org> <4A9D558A.9070609@quip.cz> <4A9E1CB5.6030906@mapper.nl> <20090902074445.GA13588@dmr.ath.cx> <4A9E2C7C.6030904@mapper.nl> <4A9E3181.9030601@mapper.nl> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: zfs on gmirror slice X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2009 10:29:10 -0000 Ronald Klop wrote: > On Wed, 02 Sep 2009 10:49:05 +0200, Mark Stapper wrote: [...] >> You could, of course, copy the base system to a USB drive, boot from it, >> and so sidestep the whole "can't unmount root" problem, but it's hard to >> insert a USB device over ssh... ... ... > > > Hi, > > I did this (boot via usb to upgrade zfs /) a couple of months ago and > the system told me the zfs pool was owned by another machine. How can I > handle that? I think zpool export and then zpool import should fix it. See the manpage. Miroslav Lachman