Date: Wed, 17 Feb 2021 17:59:28 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 253592] zfsprops(8) sharenfs description references non-existent options Message-ID: <bug-253592-227-zm51dM5TgO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253592-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253592 Allan Jude <allanjude@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |allanjude@FreeBSD.org --- Comment #1 from Allan Jude <allanjude@FreeBSD.org> --- The sharenfs section likely needs to be almost entirely different on FreeBSD basically, setting 'sharenfs=on' adds the mountpoint to /etc/zfs/exports which mountd(8) reads in addition to /etc/exports any other value is added as the flags in the file. You can use comma rather than space to avoid quoting issues. sharenfs=-maproot=nobody,alldirs,-network,10.1.1.0,-mask,255.255.255.0 etc. I think there is a way to handle this upstream, as I think we include the 'jail' subsection only if compiling for FreeBSD -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253592-227-zm51dM5TgO>
