Re: zfs sharenfs oddness

From: void <void_at_f-m.fm>
Date: Wed, 25 Jun 2025 19:35:31 UTC
On Wed, Jun 25, 2025 at 05:16:00PM +0300, Daniel Kalchev wrote:
>You don't set it to on and something else at the same time. Your 
>sequence has the effect of just doing
>
>zfs set sharenfs="maproot=root -alldirs -network 192.168.1.10/32" 
>data/testvdev
>
>setting it first to "on" is not neccesary and prefixing the exports 
>line with "on," is wrong.

I was looking at this website:
https://klarasystems.com/articles/nfs-shares-with-zfs/ dated Feb 2022

which mentions the 'on'. I've done what you suggest and it seems to work, 
sorry for the noise

--