From owner-freebsd-fs@FreeBSD.ORG Tue Nov 10 16:17:56 2009 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 8D8741065696 for ; Tue, 10 Nov 2009 16:17:56 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from mail-iw0-f190.google.com (mail-iw0-f190.google.com [209.85.223.190]) by mx1.freebsd.org (Postfix) with ESMTP id 4E43A8FC1F for ; Tue, 10 Nov 2009 16:17:56 +0000 (UTC) Received: by iwn28 with SMTP id 28so146704iwn.3 for ; Tue, 10 Nov 2009 08:17:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=hJz1s3CgciE6AfuYfvJ6GZ+utUyJ+0SH9li40jwDkbw=; b=NwKv2sQThNcWKTomPY2EKWxaFDVbMWD7put+bMHbom7gH/zXMN6Xe117VuOeKN87ig 0afdSYrhNIcMvLyjImzVVLnOxiD7AUUbjw72hi6DPXI4LWW/jniX6zQMi1Tv6+kaoQUs /g0u76gEThg4CqeGMMCV1Im8w+cVmC5pCA/0w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=jqyK6PqVGYYPg615OSTIySftkpVFiYyjuP33eRXwjNFkuxdPa5vjEFVVpLqYL3jHAe H5qHUWDuAGtO0l/QNkmg6fHRYfNEoIs6CvB21BUUKknTDHvCz1xVyt7BSvLuefJTF0oR e4BifUXG/7blFscMNz39LT2HaZISCvf3nXJuM= MIME-Version: 1.0 Sender: artemb@gmail.com Received: by 10.231.170.201 with SMTP id e9mr457655ibz.17.1257869875586; Tue, 10 Nov 2009 08:17:55 -0800 (PST) In-Reply-To: <20091110164622.6bc7aca1.gerrit@pmp.uni-hannover.de> References: <20091106094734.4b056899.gerrit@pmp.uni-hannover.de> <4AF4123A.4080301@andric.com> <20091106231440.4f0f2cbb.gerrit@pmp.uni-hannover.de> <4AF4AAFF.2080104@jrv.org> <20091109101255.e81774e4.gerrit@pmp.uni-hannover.de> <4AF98032.9050808@bellanet.org> <20091110164622.6bc7aca1.gerrit@pmp.uni-hannover.de> Date: Tue, 10 Nov 2009 08:17:55 -0800 X-Google-Sender-Auth: bb8cd3212e1100af Message-ID: From: Artem Belevich To: =?ISO-8859-1?Q?Gerrit_K=FChn?= Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-fs@freebsd.org Subject: Re: trace for zfs panic mounting fs after crash with RC2 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: Tue, 10 Nov 2009 16:17:56 -0000 > GT> http://www.c0t0d0s0.org/archives/6067-PSARC-2009479-zpool-recovery-a.html > > The page above looks interesting, though. There it is mentioned (in the > comments) that you can achieve the same thing zpool clear does... but it > is not mentioned how. Does anyone here know? Perhaps some of the links on the following post on zfs-discuss may help: http://www.mail-archive.com/zfs-discuss@opensolaris.org/msg26704.html Another option would be to boot from OpenSolaris LiveCD that contains latest zfs changes, import your pool there, fix, export and then re-import it on FreeBSD. Make sure you don't upgrade your pool while running OpenSolaris. --Artem