From owner-freebsd-current@freebsd.org Mon May 30 01:05:28 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 97871B4FCD1 for ; Mon, 30 May 2016 01:05:28 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B33F146A for ; Mon, 30 May 2016 01:05:28 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id 44C5A1CC7D; Sun, 29 May 2016 21:05:26 -0400 (EDT) To: freebsd-current Cc: Rick Macklem From: Michael Butler Subject: NFSv4 compatibility with ESX6U2 Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: <528532f8-69af-1180-6b7c-fc8ba227d0f6@protected-networks.net> Date: Sun, 29 May 2016 21:05:25 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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 01:05:28 -0000 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? imb