https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235299
Bug ID: 235299
Summary: remove limitation in NFS directory exports
Product: Base System
Version: 12.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Currently mountd doesn't really know about directory level exports.
If you have the following filesystem: /storage with the following directories A
and B and you try the following exports:
/storage/A -maproot=root:wheel 10.0.0.1
/storage/B -ro 10.0.0.1
mountd will explode because it thinks you are exporting the same filesystem to
the same host with different options.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"