a988f91
#
a988f91
# Define which protocol versions mountd 
a988f91
# will advertise. The values are "no" or "yes"
a988f91
# with yes being the default
a988f91
#MOUNTD_NFS_V2="no"
a988f91
#MOUNTD_NFS_V3="no"
a988f91
#
a988f91
#
a988f91
# Path to remote quota server. See rquotad(8)
a988f91
#RQUOTAD="/usr/sbin/rpc.rquotad"
a988f91
# Port rquotad should listen on.
a988f91
#RQUOTAD_PORT=875
a988f91
# Optinal options passed to rquotad
a988f91
#RPCRQUOTADOPTS=""
a988f91
#
a988f91
#
76623f8
# Optional arguments passed to in-kernel lockd
76623f8
#LOCKDARG=
a988f91
# TCP port rpc.lockd should listen on.
a988f91
#LOCKD_TCPPORT=32803
a988f91
# UDP port rpc.lockd should listen on.
a988f91
#LOCKD_UDPPORT=32769
a988f91
#
a988f91
#
a988f91
# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
4744930
# Turn off v2 and v3 protocol support
4744930
#RPCNFSDARGS="-N 2 -N 3"
4744930
# Turn off v4 protocol support
4744930
#RPCNFSDARGS="-N 4"
a988f91
# Number of nfs server processes to be started.
a988f91
# The default is 8. 
a988f91
#RPCNFSDCOUNT=8
bf258f5
# Stop the nfsd module from being pre-loaded
bf258f5
#NFSD_MODULE="noload"
423f02d
# Set V4 grace period in seconds
423f02d
#NFSD_V4_GRACE=90
a988f91
#
a988f91
#
a988f91
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
a988f91
#RPCMOUNTDOPTS=""
a988f91
# Port rpc.mountd should listen on.
a988f91
#MOUNTD_PORT=892
a988f91
#
a988f91
#
a988f91
# Optional arguments passed to rpc.statd. See rpc.statd(8)
a988f91
#STATDARG=""
a988f91
# Port rpc.statd should listen on.
a988f91
#STATD_PORT=662
0132f41
# Outgoing port statd should use. The default port is random.
a988f91
#STATD_OUTGOING_PORT=2020
a988f91
# Specify callout program 
a988f91
#STATD_HA_CALLOUT="/usr/local/bin/foo"
a988f91
#
a988f91
#
a988f91
# Optional arguments passed to rpc.idmapd. See rpc.idmapd(8)
a988f91
#RPCIDMAPDARGS=""
a988f91
#
a988f91
# Set to turn on Secure NFS mounts. 
0b932f5
#SECURE_NFS="yes"
a988f91
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
a988f91
#RPCGSSDARGS=""
a988f91
# Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8)
a988f91
#RPCSVCGSSDARGS=""
a988f91
#
f517c36
# To enable RDMA support on the server by setting this to
f517c36
# the port the server should listen on
f517c36
#RDMA_PORT=20049