Blame SOURCES/nfs.sysconfig

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