From owner-freebsd-current@FreeBSD.ORG Tue Mar 8 19:02:34 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1B1C106567B; Tue, 8 Mar 2011 19:02:34 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from mail.solomo.de (mail.solomo.de [IPv6:2a01:238:42c7:9a00::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3261D8FC0C; Tue, 8 Mar 2011 19:02:34 +0000 (UTC) Received: from mail.solomo.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 5091E5CF4; Tue, 8 Mar 2011 20:02:33 +0100 (CET) X-Virus-Scanned: amavisd-new at solomo.de Received: from mail.solomo.de ([127.0.0.1]) by mail.solomo.de (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id B6pkWEKN80Kx; Tue, 8 Mar 2011 20:02:33 +0100 (CET) Received: from [IPv6:::1] (localhost [IPv6:::1]) by mail.solomo.de (Postfix) with ESMTP id D67245CE1; Tue, 8 Mar 2011 20:02:32 +0100 (CET) Message-ID: <4D767D47.7020300@FreeBSD.org> Date: Tue, 08 Mar 2011 20:02:31 +0100 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b3pre Thunderbird/3.1.9 MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <20110307000846.GA33085@fasterix.frmug.org> <20110308184019.GA2312@garage.freebsd.pl> In-Reply-To: <20110308184019.GA2312@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Pierre Beyssac Subject: Re: missing files in readdir(3) on NFS export of ZFS volume (since v28?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2011 19:02:34 -0000 On 08.03.11 19:40, Pawel Jakub Dawidek wrote: > On Mon, Mar 07, 2011 at 01:08:46AM +0100, Pierre Beyssac wrote: >> Hello, >> >> I'm running a 9-current server as compiled on Sat Mar 5 02:17:14 >> CET 2011. >> >> Since I upgraded to ZFS v28 I noticed missing files from NFS. The >> files are still accessible through NFS but they don't show up on a >> readdir(3). > [...] > > Could you try r219404? > Yes, that fixed it for me. Thanks, Florian