Make "-S" a default option for mountd.
After a discussion on freebsd-fs@ there seemed to be a consensus that the "-S" option for mountd should become the default. Since the only known issue w.r.t. using "-S" was fixed by r299201, this commit adds "-S" to the default mountd_flags. Discussed on: freebsd-fs PR: 9619, 131342, 206855 MFC after: 2 weeks Relnotes: yes
This commit is contained in:
parent
e83ce34035
commit
90ce51106e
@ -329,7 +329,7 @@ nfs_server_enable="NO" # This host is an NFS server (or NO).
|
||||
nfs_server_flags="-u -t" # Flags to nfsd (if enabled).
|
||||
nfs_server_managegids="NO" # The NFS server maps gids for AUTH_SYS (or NO).
|
||||
mountd_enable="NO" # Run mountd (or NO).
|
||||
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
|
||||
mountd_flags="-r -S" # Flags to mountd (if NFS server enabled).
|
||||
weak_mountd_authentication="NO" # Allow non-root mount requests to be served.
|
||||
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
|
||||
nfs_bufpackets="" # bufspace (in packets) for client
|
||||
|
Loading…
x
Reference in New Issue
Block a user