Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 06AE4782C79 for <~alpine/users@lists.alpinelinux.org>; Sun, 2 May 2021 16:42:28 +0000 (UTC) Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ldFAp-0002eN-6O; Sun, 02 May 2021 18:42:27 +0200 Received: by submission02.runbox with esmtpsa [Authenticated alias (954420)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1ldFAY-00053x-4E; Sun, 02 May 2021 18:42:10 +0200 To: ~alpine/users@lists.alpinelinux.org Cc: Max Mopp References: <2a583eb5-7e2d-d3d6-385a-d2976bcbfe16@gmail.com> Subject: Re: nfs export zfs - mount -t nfs does not return From: John Bowers Message-ID: <24a48d49-f18a-b5ca-ada8-50c7fe6c56bd@alumni.princeton.edu> Date: Sun, 2 May 2021 12:42:08 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <2a583eb5-7e2d-d3d6-385a-d2976bcbfe16@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit I also have this problem. uname -a Linux s8 5.10.16-0-lts #1-Alpine SMP Wed, 17 Feb 2021 08:17:06 UTC x86_64 Linux In addition to the approach that max.m.mopp took, I also tried exporting the non-ZFS way, that is: zfs set sharenfs=off dataset Then, create an export in /etc/exports. And, exportfs -ra This also does not work. However, unlike the ZFS way of creating shares there is a difference. When I try to create nfs shares the ZFS way and then run showmount -e server_address on a client, I get a null response. If I try exporting the non-ZFS way and run the above command on the client, the desired shares are shown. However, when the following command is run on the client, sudo mount -t nfs -vvvv server_address:/home/myhome/myshare the command hangs. There is no response, even after tens of minutes. (Note, the share is already configured in fstab.) Seems like some plumbing between nfs and ZFS got lost along the way. Any help would be extremely well received. Thanks. John