git: 9dae2d03bc64 - main - rc.conf.5: Add entries for NFS

From: Rick Macklem <rmacklem_at_FreeBSD.org>
Date: Thu, 18 Nov 2021 16:03:28 UTC
The branch main has been updated by rmacklem:

URL: https://cgit.FreeBSD.org/src/commit/?id=9dae2d03bc644be38196cf76c55039af1a7c1ba6

commit 9dae2d03bc644be38196cf76c55039af1a7c1ba6
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2021-11-18 15:59:34 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2021-11-18 15:59:34 +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.
    
    Reviewed by:    debdrup
    MFC after:      2 weeks
    Differential Revision:  https://reviews.freebsd.org/D33043
---
 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 8f247c480cc7..c680ed94575a 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
@@ -2388,9 +2388,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
@@ -4663,6 +4694,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 ,