From owner-freebsd-fs@FreeBSD.ORG Fri Oct 19 17:25:33 2012 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 172B3B9F; Fri, 19 Oct 2012 17:25:33 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 312078FC0C; Fri, 19 Oct 2012 17:25:31 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA01472; Fri, 19 Oct 2012 20:25:26 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <50818D06.4010801@FreeBSD.org> Date: Fri, 19 Oct 2012 20:25:26 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121014 Thunderbird/16.0.1 MIME-Version: 1.0 To: Sean Chittenden Subject: Re: ZFS crashing during snapdir lookup for non-existent snapshot... References: <5075E3E0.7060706@FreeBSD.org> <0A6567E7-3BA5-4F27-AEB2-1C00EDE00641@chittenden.org> <5075EDDD.4030008@FreeBSD.org> <5075FA8E.10200@FreeBSD.org> <50769243.2010208@FreeBSD.org> In-Reply-To: <50769243.2010208@FreeBSD.org> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "freebsd-fs@freebsd.org" X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2012 17:25:33 -0000 Sean, do you still experience this problem? If so, you may to try the following patch: http://people.freebsd.org/~avg/zfs-vfs.diff The patch is against quite recent head. Not sure how well it would apply to the stable branches (if you use those), but it definitely needs the following two commits from head: http://svnweb.freebsd.org/base?view=revision&revision=241556 http://svnweb.freebsd.org/base?view=revision&revision=241628 -- Andriy Gapon