From owner-freebsd-fs@FreeBSD.ORG Tue Aug 30 08:37:05 2011 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 979C6106564A; Tue, 30 Aug 2011 08:37:05 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id DD8DD8FC0A; Tue, 30 Aug 2011 08:37:04 +0000 (UTC) Received: by qyk4 with SMTP id 4so2454570qyk.13 for ; Tue, 30 Aug 2011 01:37:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=v5Hdo+B71fSU0VG+l2LC1ElJC7S61EGGP08atC0Qw7g=; b=jKVx+7Smr2TUoVQ2uVaxsgirxLCZQCzXmxhdwU7MTIXKGLYzNz7kNYz9MSivdP2Lyb 1wzsQUVMv+7f0umMXvGvmZebifBYYa0Y2e0ZbSTJZy85mMYDnWFrn7IFub8QC/IhENJJ tPdTsPcuLyPn1oXLGOD2LCgm3pJGc14Z/Khfs= MIME-Version: 1.0 Received: by 10.224.27.68 with SMTP id h4mr2492217qac.335.1314693423932; Tue, 30 Aug 2011 01:37:03 -0700 (PDT) Received: by 10.229.89.138 with HTTP; Tue, 30 Aug 2011 01:37:03 -0700 (PDT) In-Reply-To: <1173512509.517816.1314667247490.JavaMail.root@erie.cs.uoguelph.ca> References: <1173512509.517816.1314667247490.JavaMail.root@erie.cs.uoguelph.ca> Date: Tue, 30 Aug 2011 11:37:03 +0300 Message-ID: From: George Liaskos To: Rick Macklem Content-Type: text/plain; charset=UTF-8 Cc: freebsd-fs@freebsd.org, Pawel Jakub Dawidek Subject: Re: NFSv4: After upgrade to 9 users can no longer list files. (sounds like a ZFS issue?) 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, 30 Aug 2011 08:37:05 -0000 > Well, if non-root users can't "ls" locally on the server, this sounds more > like a ZFS issue than an NFS one. (I don't see this w.r.t. NFS when exporting > a UFS volume.) > > I don't know anything about ZFS. I've added a couple of the ZFS guys to the > cc list, in case they don't read posts with NFS in the subject line. > > rick Just to be clear, non root users can't ls mounted exports on the server. Using ls directly on the ZFS file system works. I exported a UFS directory, everything works... So this is either a ZFS or an ACL related issue. I will setup a clean VM to see if i can reproduce this. Thank you for your response. Regards, George