e19a30
#
6006dc
# Note: For new values to take effect the nfs-config service
6006dc
# has to be restarted with the following command:
6006dc
#    systemctl restart nfs-config
e19a30
#
6006dc
# Optional arguments passed to in-kernel lockd
6006dc
#LOCKDARG=
6006dc
# TCP port rpc.lockd should listen on.
6006dc
#LOCKD_TCPPORT=32803
6006dc
# UDP port rpc.lockd should listen on.
6006dc
#LOCKD_UDPPORT=32769
e19a30
#
e19a30
# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
e19a30
RPCNFSDARGS=""
e19a30
# Number of nfs server processes to be started.
e19a30
# The default is 8. 
e19a30
#RPCNFSDCOUNT=16
e19a30
#
e19a30
# Set V4 grace period in seconds
e19a30
#NFSD_V4_GRACE=90
e19a30
#
e19a30
# Set V4 lease period in seconds
e19a30
#NFSD_V4_LEASE=90
e19a30
#
e19a30
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
e19a30
RPCMOUNTDOPTS=""
e19a30
# Port rpc.mountd should listen on.
e19a30
#MOUNTD_PORT=892
e19a30
#
e19a30
# Optional arguments passed to rpc.statd. See rpc.statd(8)
e19a30
STATDARG=""
e19a30
# Port rpc.statd should listen on.
e19a30
#STATD_PORT=662
e19a30
# Outgoing port statd should used. The default is port
e19a30
# is random
e19a30
#STATD_OUTGOING_PORT=2020
e19a30
# Specify callout program
e19a30
#STATD_HA_CALLOUT="/usr/local/bin/foo"
e19a30
#
e19a30
#
e19a30
# Optional arguments passed to sm-notify. See sm-notify(8)
e19a30
SMNOTIFYARGS=""
e19a30
#
e19a30
# Optional arguments passed to rpc.idmapd. See rpc.idmapd(8)
e19a30
RPCIDMAPDARGS=""
e19a30
#
e19a30
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
e19a30
# Note: The rpc-gssd service will not start unless the 
e19a30
#       file /etc/krb5.keytab exists. If an alternate
e19a30
#       keytab is needed, that separate keytab file
e19a30
#       location may be defined in the rpc-gssd.service's
e19a30
#       systemd unit file under the ConditionPathExists
e19a30
#       parameter
e19a30
RPCGSSDARGS=""
e19a30
#
e19a30
# Enable usage of gssproxy. See gssproxy-mech(8).
e19a30
GSS_USE_PROXY="yes"
e19a30
#
e19a30
# Optional arguments passed to blkmapd. See blkmapd(8)
e19a30
BLKMAPDARGS=""