That gave me enough of a hint to go on. It does look like it was an
issue with how I originally specified the options.
For posterity's sake, here's how I fixed it:
zfs set sharenfs='-ro -alldirs -network 172.16.1.0 -mask 255.255.255.0'
rpool/data/build/pub
(Applied the same sharenfs settings wi
I think that's just an exports(5) syntax error. I don't think "="
should follow "-ro". Try this instead:
zfs set sharenfs='-ro -alldirs 172.16.1.0/24' rpool/data/build/pub
On Thu, Oct 24, 2024 at 2:26 PM Shawn Webb wrote:
>
> Hey all,
>
> I'm exposing some ZFS datasets using the `zfs set share
Hey all,
I'm exposing some ZFS datasets using the `zfs set sharenfs` option.
However, this causes mountd to complain:
BEGIN mountd LOG
Oct 24 20:19:59 hbsd-os-build-01 mountd[89840]: bad exports list line
'/data/build/pub/current -ro'
Oct 24 20:20:07 hbsd-os-build-01 mountd[14071]: =