Page MenuHomeFreeBSD

exports.5: Clarify that exported dirs should be local mount points
ClosedPublic

Authored by markj on Apr 3 2024, 2:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 4:26 PM
Unknown Object (File)
Tue, May 14, 10:12 PM
Unknown Object (File)
Sun, May 12, 11:45 AM
Unknown Object (File)
Wed, May 8, 4:18 PM
Unknown Object (File)
Sun, May 5, 5:24 PM
Unknown Object (File)
Sat, May 4, 1:48 AM
Unknown Object (File)
Sat, Apr 27, 9:19 AM
Unknown Object (File)
Fri, Apr 26, 4:42 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Apr 3 2024, 2:19 PM

Should we mention something about ZFS here? I guess there should be a high-level section on ZFS/NFS that has a xref to wherever the sharenfs property is documented, and we could have an internal reference to tat section from the "Note well" text.

For now, perhaps something along the lines of "Note that this is inherently true when exporting a ZFS dataset via the 'sharenfs' propertly."?

(Do we have something like Klara's https://klarasystems.com/articles/nfs-shares-with-zfs/ in a man page or the Handbook?)

Should we mention something about ZFS here? I guess there should be a high-level section on ZFS/NFS that has a xref to wherever the sharenfs property is documented, and we could have an internal reference to tat section from the "Note well" text.

Annoyingly, the documentation for sharenfs in zfsprops is a bit Linux-specific. I'll submit a patch for that.

For now, perhaps something along the lines of "Note that this is inherently true when exporting a ZFS dataset via the 'sharenfs' propertly."?

That seems reasonable.

Add a note about exported ZFS datasets.

It's a bit terse, but: https://docs.freebsd.org/en/books/handbook/zfs/#zfs-zfs-set-share

Ah, thanks - seems to approach from the wrong side (these properties control nfs sharing rather than to nfs share zfs datasets, set this) but at least it's there

This revision is now accepted and ready to land.Apr 3 2024, 4:27 PM

I made a couple of comments, but feel free to ignore
them, since I think the patch is fine without the changes.

usr.sbin/mountd/exports.5
74

Although currently true, "local" is not required in general.
Theoretically, a remote mount other than NFS could be
exported if/when that is implemented someday.

Saying "non-NFS file system mount point" is technically
more correct, although I am not sure it is worth noting here?
(Btw, Linux does allow re-exporting of NFS mounts, although
I have avoided that, since there are nasty quirks involved.)

80

I might not say "separate" here and instead use the "file system" mantra.

markj marked an inline comment as done.

Tweak wording a bit.

This revision now requires review to proceed.Apr 5 2024, 12:06 PM
usr.sbin/mountd/exports.5
74

I'd somewhat prefer to keep it the way it is: the man page uses "local" this way in several places, and I think the use of "local" is meant to distinguish from exported file systems, as opposed to local in the sense of MNT_LOCAL, which I think is what you mean?

This revision is now accepted and ready to land.Apr 5 2024, 12:22 PM