Re: zfs sharenfs woes

From: void <void_at_f-m.fm>
Date: Wed, 23 Jul 2025 00:40:40 UTC
On Tue, Jul 22, 2025 at 08:26:32AM -0700, Rick Macklem wrote:

>ps: All mountd does is read both /etc/exports and /etc/zfs/exports and
>     concatenates them to-gether.

Even after rebuilding and upgrading the base os it still didn't work.

The /etc/exports was initially absent. I had to create (as root: 'touch /etc/exports')
otherwise mountd would complain. Copied /etc/zfs/exports to /etc/exports
then stopped mountd and rpcbind and nfsd then started nfsd which started the
other two as well and now showmount -e nfs.server.ip from the client 
shows the exports!

tyvm for your help :D
--