From owner-freebsd-current@freebsd.org Mon May 30 11:42:08 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95000B5446B for ; Mon, 30 May 2016 11:42:08 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 546211497 for ; Mon, 30 May 2016 11:42:07 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) IronPort-PHdr: 9a23:DhLxbh3j3O2+o7xusmDT+DRfVm0co7zxezQtwd8ZsegQKPad9pjvdHbS+e9qxAeQG96LurQZ0KGN4+jJYi8p39WoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6kO74TNaIBjjLw09fr2zQd6DyZnsnLvis7ToICx2xxOFKYtoKxu3qQiD/uI3uqBFbpgL9x3Sv3FTcP5Xz247bXianhL7+9vitMU7q3cY6Lod8JtlUK76dqk8BZZFEDArKShh5cjhnQHZSheC7WcRXiAQnwZXBBLG91f8U4un4QXgse8o4iiRPoXTRLs3XTmnp/NxTRbjiyMKMhYk927Kh8hojORQqUTy9FRE34fIbdTNZ7JFdaTHcIZCSA== X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2A0AgDwJUxX/61jaINTCoQSfQaDPbZBAQ2BeRcLhSVKAoFmFAEBAQEBAQEBZCeCMIIVAQEBAwEBAQEgBCcgCwULAgEIDgoCAg0ZAgInAQkmAgQIBwQBHASIBggOqkyRBgEBAQEBAQEBAQEBAQEBAQEBAQEZBYEBhSaETYQYCwEBBQKDHYJZBYgGkDGGAIUykgqPSgIeAQFCggYcgWcgMgeHcg8XH38BAQE X-IronPort-AV: E=Sophos;i="5.26,389,1459828800"; d="scan'208";a="284734905" Received: from nipigon.cs.uoguelph.ca (HELO zcs1.mail.uoguelph.ca) ([131.104.99.173]) by esa-jnhn.mail.uoguelph.ca with ESMTP; 30 May 2016 07:42:06 -0400 Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 6BA9E15F56D; Mon, 30 May 2016 07:42:06 -0400 (EDT) Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Hee_JXH9Fnd7; Mon, 30 May 2016 07:42:05 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id E558315F56E; Mon, 30 May 2016 07:42:05 -0400 (EDT) X-Virus-Scanned: amavisd-new at zcs1.mail.uoguelph.ca Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id czaerqVRSGxe; Mon, 30 May 2016 07:42:05 -0400 (EDT) Received: from zcs1.mail.uoguelph.ca (zcs1.mail.uoguelph.ca [172.17.95.18]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id CB41015F56D; Mon, 30 May 2016 07:42:05 -0400 (EDT) Date: Mon, 30 May 2016 07:42:05 -0400 (EDT) From: Rick Macklem To: Michael Butler Cc: freebsd-current Message-ID: <201770704.121187014.1464608525790.JavaMail.zimbra@uoguelph.ca> In-Reply-To: References: <528532f8-69af-1180-6b7c-fc8ba227d0f6@protected-networks.net> Subject: Re: NFSv4 compatibility with ESX6U2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.95.10] X-Mailer: Zimbra 8.0.9_GA_6191 (ZimbraWebClient - FF46 (Win)/8.0.9_GA_6191) Thread-Topic: NFSv4 compatibility with ESX6U2 Thread-Index: 9zPZeX7Op0Q+tOgXaaWp7C9CuKlgQQ== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 30 May 2016 11:42:08 -0000 Michael Butler wrote: > On 05/29/16 21:05, Michael Butler wrote: > > I was just fooling around with ESX this evening and trying to add an > > NFSv4 mount onto it as extra storage. Curiously, given the correct > > credentials, it will report the total volume size and free remaining but > > won't display either files or subdirectories :-( > > > > In this case, the underlying file-system is UFS but I was hoping to > > migrate to a ZFS share once this worked. > > > > Is there something I can do to identify the interoperability issue? > > Never mind - I got it working with the username set to "user@domain" .. > > If user<->uid mapping keeps giving you grief, you can: sysctl vfs.nfsd.enable_stringtouid=1 on the NFS server and then kill off the nfsuserd on both client and server. (After doing this, the user on the wire is just a string with the uid in it like "102". Same applies to groups.) Also, you need to avoid multiple username->same uid mappings. I delete "toor" from /etc/passwd for example. rick > imb > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >