From owner-freebsd-fs@FreeBSD.ORG Wed Nov 16 17:47:50 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 647DA106566B for ; Wed, 16 Nov 2011 17:47:50 +0000 (UTC) (envelope-from freebsd-fs@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 1E93B8FC0A for ; Wed, 16 Nov 2011 17:47:49 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RQjaO-0005ee-JS for freebsd-fs@freebsd.org; Wed, 16 Nov 2011 18:47:48 +0100 Received: from ib-jtotz.ib.ic.ac.uk ([155.198.110.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Nov 2011 18:47:48 +0100 Received: from jtotz by ib-jtotz.ib.ic.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Nov 2011 18:47:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-fs@freebsd.org From: Johannes Totz Date: Wed, 16 Nov 2011 17:47:32 +0000 Lines: 41 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ib-jtotz.ib.ic.ac.uk User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: Subject: Re: zfs: panic on import 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: Wed, 16 Nov 2011 17:47:50 -0000 On 15/11/2011 19:31, Johannes Totz wrote: > On 15/11/2011 19:24, Freddie Cash wrote: >> On Tue, Nov 15, 2011 at 11:14 AM, Johannes >> Totzwrote: >> >>> I get a lovely panic everytime i try to import my pool. >>> >>> panic: page fault >>> ... >>> #5 ... calltrap >>> #6 ... zio_vdev_io_start >>> #7 ... zio_execute >>> #8 ... zio_ioctl >>> #9 ... zio_flush >>> #10 ... vdev_config_sync >>> #11 ... spa_sync >>> #12 ... txg_sync_thread >>> #13 ... fork_exit >>> #14 ... fork_trampoline >>> >>> This is for a funky config in which one half of a zfs-mirror sits on a >>> local gpt partition and the other half on a local file on a ufs volume >>> (dont ask why). >>> >>> The machine is running a 8.2-stable, compiled on 5th Sept 2011. >>> >>> Maybe r226617 fixed this? >>> Any idea how to get it back alive? >>> >> >> Have you tried "import -F" or to import it readonly? > > Same panic. > > Also, I can delete/rename the second-half-on-ufs of the mirror but that > gets me the same panic; instead of just a degraded pool. Ugh... and OpenIndiana does not read GPT... Does anybody have a very recent FreeBSD live cd/dvd image that I could try?