2007-05-12 10:58:03 +00:00
|
|
|
#
|
|
|
|
# Optinal options passed to rquotad
|
2011-08-03 10:09:46 +00:00
|
|
|
RPCRQUOTADOPTS=""
|
2007-05-12 10:58:03 +00:00
|
|
|
#
|
2008-04-25 15:39:48 +00:00
|
|
|
# Optional arguments passed to in-kernel lockd
|
|
|
|
#LOCKDARG=
|
2007-05-12 10:58:03 +00:00
|
|
|
# TCP port rpc.lockd should listen on.
|
|
|
|
#LOCKD_TCPPORT=32803
|
|
|
|
# UDP port rpc.lockd should listen on.
|
|
|
|
#LOCKD_UDPPORT=32769
|
|
|
|
#
|
|
|
|
# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
|
2011-08-03 10:09:46 +00:00
|
|
|
RPCNFSDARGS=""
|
2007-05-12 10:58:03 +00:00
|
|
|
# Number of nfs server processes to be started.
|
|
|
|
# The default is 8.
|
2011-08-03 10:09:46 +00:00
|
|
|
RPCNFSDCOUNT=8
|
2011-01-15 19:02:07 +00:00
|
|
|
# Set V4 grace period in seconds
|
|
|
|
#NFSD_V4_GRACE=90
|
2007-05-12 10:58:03 +00:00
|
|
|
#
|
|
|
|
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
|
2011-08-03 10:09:46 +00:00
|
|
|
RPCMOUNTDOPTS=""
|
2007-05-12 10:58:03 +00:00
|
|
|
#
|
|
|
|
# Optional arguments passed to rpc.statd. See rpc.statd(8)
|
2011-08-03 10:09:46 +00:00
|
|
|
STATDARG=""
|
2007-05-12 10:58:03 +00:00
|
|
|
#
|
|
|
|
# Optional arguments passed to rpc.idmapd. See rpc.idmapd(8)
|
2011-08-03 10:09:46 +00:00
|
|
|
RPCIDMAPDARGS=""
|
2007-05-12 10:58:03 +00:00
|
|
|
#
|
|
|
|
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
|
2011-08-03 10:09:46 +00:00
|
|
|
RPCGSSDARGS=""
|
2013-05-31 14:25:02 +00:00
|
|
|
# Enable usage of gssproxy. See gssproxy-mech(8).
|
|
|
|
GSS_USE_PROXY="no"
|
2011-08-03 10:09:46 +00:00
|
|
|
#
|
2007-05-12 10:58:03 +00:00
|
|
|
# Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8)
|
2011-08-03 10:09:46 +00:00
|
|
|
RPCSVCGSSDARGS=""
|
2007-05-12 10:58:03 +00:00
|
|
|
#
|
2011-01-15 14:23:05 +00:00
|
|
|
# To enable RDMA support on the server by setting this to
|
|
|
|
# the port the server should listen on
|
|
|
|
#RDMA_PORT=20049
|
2011-09-27 15:31:02 +00:00
|
|
|
#
|
|
|
|
# Optional arguments passed to blkmapd. See blkmapd(8)
|
|
|
|
BLKMAPDARGS=""
|