From owner-freebsd-stable@FreeBSD.ORG Sun Dec 26 09:05:19 2010 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 64419106564A for ; Sun, 26 Dec 2010 09:05:19 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 163FA8FC12 for ; Sun, 26 Dec 2010 09:05:18 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1PWmXV-00085C-NK; Sun, 26 Dec 2010 11:05:17 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Denny Lin In-reply-to: <20101226073156.GA84868@mail.hs.ntnu.edu.tw> References: <20101226073156.GA84868@mail.hs.ntnu.edu.tw> Comments: In-reply-to Denny Lin message dated "Sun, 26 Dec 2010 15:31:56 +0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 26 Dec 2010 11:05:17 +0200 From: Daniel Braniss Message-ID: Cc: freebsd-stable@freebsd.org Subject: Re: unable to pwd in ZFS snapshot 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: Sun, 26 Dec 2010 09:05:19 -0000 > On Sun, Dec 26, 2010 at 09:26:13AM +0200, Daniel Braniss wrote: > > this is still broken in 8.2-PRERELEASE, there seems to be a patch, but > > it's almost a year old. > > http://people.freebsd.org/~jh/patches/zfs-ctldir-vptocnp.diff > > Setting snapdir to visible should fix this right away: > # zfs set snapdir=visible tank/foo > it did indeed! any reason why this should not be the default behaviour? thanks, danny