Blame SOURCES/nfs.sysconfig

e19a30
e19a30
#
e19a30
#
e19a30
# To set lockd kernel module parameters please see
e19a30
#  /etc/modprobe.d/lockd.conf
e19a30
#
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=""