[Bug 235299] remove limitation in NFS directory exports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 29 15:26:35 UTC 2019


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: bugs at FreeBSD.org
          Reporter: jpaetzel at FreeBSD.org

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.


More information about the freebsd-bugs mailing list