From owner-freebsd-fs@FreeBSD.ORG Tue Sep 3 16:30:02 2013 Return-Path: Delivered-To: freebsd-fs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D40692CD for ; Tue, 3 Sep 2013 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C169629C6 for ; Tue, 3 Sep 2013 16:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r83GU24k098429 for ; Tue, 3 Sep 2013 16:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r83GU22a098428; Tue, 3 Sep 2013 16:30:02 GMT (envelope-from gnats) Date: Tue, 3 Sep 2013 16:30:02 GMT Message-Id: <201309031630.r83GU22a098428@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org Cc: From: John Kozubik Subject: RE: kern/156781: zfs is losing the snapshot directory X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Kozubik List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 16:30:02 -0000 The following reply was made to PR kern/156781; it has been noted by GNATS. From: John Kozubik To: bug-followup@FreeBSD.org Cc: Subject: RE: kern/156781: zfs is losing the snapshot directory Date: Tue, 3 Sep 2013 09:12:15 -0700 (PDT) I can confirm that this still occurs, this time on 8.3-RELEASE on amd64. Exactly as described by the previous submitters - nothing special going on on our system (no NFS, etc.) - just plain old snapshots being created and removed and ... eventually some .zfs/snapshot directories just disappear. Two things: 1) In our experience, enough retrying of ls/find/etc. of the missing snapshot directory will eventually lock the system up 2) non-critical severity is incorrect - snapshots are a critical feature and this is a critical bug. Thanks.