Re: zfs sharenfs oddness
- In reply to: Daniel Kalchev : "Re: zfs sharenfs oddness"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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 --