From owner-freebsd-fs@freebsd.org Wed Jan 18 21:25:29 2017 Return-Path: Delivered-To: freebsd-fs@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 8C9FCCB62D5 for ; Wed, 18 Jan 2017 21:25:29 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.20.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 498201DD9 for ; Wed, 18 Jan 2017 21:25:28 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 7450E5361; Wed, 18 Jan 2017 14:25:27 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1484774727; bh=Y2w1K1qJQ9l2+YfrNZ83iNaYHXn1v+jXT7JIwpx0z08=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=dFJLvT4+kA7RelG7uv5iRCCvkimSOwVtC7EWvQjaiRr35ubmhV9Lm74uxz7IuAjLx xtgnMMVMnSl+dPgMpQNDeTvtme0Ezd0/aA+zzxjKlefky97WxCwx10W2PzToW+GL+Q fNKiDngJ470p29O5oFat7bAGOscKqLX/L/OWYdyo= X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED shortcircuit=no autolearn=unavailable autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h1.pinyon.org [65.101.20.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id E1CC35349; Wed, 18 Jan 2017 14:25:25 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1484774725; bh=Y2w1K1qJQ9l2+YfrNZ83iNaYHXn1v+jXT7JIwpx0z08=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=n9TjKnKKzgiZrdnE4ErwHDkA6g2Fh0+Yb3/M8CrqS4lhdDu3yg3NORAj4OVqt77HI r31sSWXhKW25mKB7wQJ7Su/8IVL/3+N9EBRBhUQQfdDFczCXa4ZK2yeih0n6BRuvbu m55wMlFmv+HIvFAnDNi311DuUK4lCyBxI2Xnw7XA= Subject: Re: NFS 4.1 exports To: Michael Ware References: <23392774-b72a-76c2-b637-6c592b504016@pinyon.org> Cc: "freebsd-fs@freebsd.org" From: "Russell L. Carter" Message-ID: Date: Wed, 18 Jan 2017 14:25:25 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 21:25:29 -0000 On 01/18/17 12:06, Michael Ware wrote: > So just for more info I tried to mount using the esxicli command with > the following results. > > [root@vmserver:~] esxcli storage nfs41 add -H storagearray.private -s > /export/vms -v vmstorage > Sysinfo error on operation returned status : Timeout. Please see the > VMkernel log for detailed error information > > 2017-01-18T19:00:27.779Z cpu4:2983706 opID=e9567d5d)NFS41: > NFS41_VSIMountSet:402: Mount server: storagearray.private, port: 2049, > path: /export/vms, label: vmstorage, security: 1 user: , options: > 2017-01-18T19:00:27.779Z cpu4:2983706 opID=e9567d5d)StorageApdHandler: > 982: APD Handle Created with lock[StorageApd-0x4308ab000130] > 2017-01-18T19:00:42.781Z cpu16:4324289)WARNING: SunRPC: 3947: fail all > pending calls for client 0x430440b90ee0 (socket disconnected) > 2017-01-18T19:00:47.779Z cpu0:2983706 opID=e9567d5d)WARNING: NFS41: > NFS41FSWaitForCluster:3433: Failed to wait for the cluster to be > located: Timeout > 2017-01-18T19:00:47.779Z cpu0:2983706 opID=e9567d5d)WARNING: NFS41: > NFS41_FSMount:4412: NFS41FSDoMount failed: Timeout > 2017-01-18T19:00:47.779Z cpu0:2983706 opID=e9567d5d)StorageApdHandler: > 1066: Freeing APD handle 0x4308ab000130 [] > 2017-01-18T19:00:47.779Z cpu0:2983706 opID=e9567d5d)StorageApdHandler: > 1150: APD Handle freed! > 2017-01-18T19:00:47.779Z cpu0:2983706 opID=e9567d5d)WARNING: NFS41: > NFS41_VSIMountSet:410: NFS41_FSMount failed: Timeout Rick Macklem is the goto person for this sort of thing. If you can test his patches that would be cool. Russell > Mike > > On Wed, Jan 18, 2017 at 9:35 AM, Russell L. Carter > wrote: > > On 01/18/17 09:44, Michael Ware wrote: > > Just to give more info: > rc.conf I have nfsv4_server_enable="yes" > > in /etc/exports > V4: / -sec=sys -network 172.20.8.0/24 > /export/vmimages -maproot=root -network 172.20.8.0/24 > > > > This is what I use, no matter what subset of the filesystem > is being exported: > > / -maproot=root > V4: / -network 10.0.0.0/16 > > A surprisingly large amount of words exists in the lists > about why it can't be much more complicated than this. > > Russell > > _______________________________________________ > freebsd-fs@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-fs > > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org > " > > > > > -- > Michael Ware > UCSC Baskin Engineering > Unix, Network and Security > 406-210-4725