git: 23e8078bcc0f - stable/13 - rc.conf.5: Add entries for NFS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 01:08:32 UTC
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=23e8078bcc0fe59b2cf0de537db4887c7018aa79 commit 23e8078bcc0fe59b2cf0de537db4887c7018aa79 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2021-11-18 15:59:34 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2021-12-02 01:05:12 +0000 rc.conf.5: Add entries for NFS Entries for a few recently defined rc variables were missing from rc.conf.5. This patch adds those. It was not obvious to me what the ordering is, so I added them to the area where other nfsd related variables are. I can easily move them. I also replaced "are" with "is", since it seems to read better. This is a content change. (cherry picked from commit 9dae2d03bc644be38196cf76c55039af1a7c1ba6) --- share/man/man5/rc.conf.5 | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 96db269407cd..883937a619ee 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 5, 2021 +.Dd November 18, 2021 .Dt RC.CONF 5 .Os .Sh NAME @@ -2371,9 +2371,40 @@ is set to .Dq Li YES and .Va nfsv4_server_enable -are set to +is set to .Dq Li YES , enable the server for NFSv4 as well as NFSv2 and NFSv3. +.It Va nfsv4_server_only +.Pq Vt bool +If +.Va nfs_server_enable +is set to +.Dq Li YES +and +.Va nfsv4_server_only +is set to +.Dq Li YES , +enable the NFS server for NFSv4 only. +.It Va nfs_server_maxio +.Pq Vt int +value to set vfs.nfsd.srvmaxio to, which is the +maximum I/O size for the NFS server. +.It Va tlsclntd_enable +.Pq Vt bool +If set to +.Dq Li YES , +run the +.Xr rpc.tlsclntd 8 +daemon, which is needed for NFS-over-TLS NFS mounts. +.It Va tlsservd_enable +.Pq Vt bool +If set to +.Dq Li YES , +run the +.Xr rpc.tlsservd 8 +daemon, which is needed for the +.Xr nfsd 8 +to support NFS-over-TLS NFS mounts. .It Va nfsuserd_enable .Pq Vt bool If @@ -4649,6 +4680,8 @@ it will be made permanently active. .Xr routed 8 , .Xr rpc.lockd 8 , .Xr rpc.statd 8 , +.Xr rpc.tlsclntd 8 , +.Xr rpc.tlsservd 8 , .Xr rpcbind 8 , .Xr rwhod 8 , .Xr savecore 8 ,