You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.6 KiB
60 lines
1.6 KiB
# |
|
# Note: For new values to take effect the nfs-config service |
|
# has to be restarted with the following command: |
|
# systemctl restart nfs-config |
|
# |
|
# Optional arguments passed to in-kernel lockd |
|
#LOCKDARG= |
|
# 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) |
|
RPCNFSDARGS="" |
|
# Number of nfs server processes to be started. |
|
# The default is 8. |
|
#RPCNFSDCOUNT=16 |
|
# |
|
# Set V4 grace period in seconds |
|
#NFSD_V4_GRACE=90 |
|
# |
|
# Set V4 lease period in seconds |
|
#NFSD_V4_LEASE=90 |
|
# |
|
# Optional arguments passed to rpc.mountd. See rpc.mountd(8) |
|
RPCMOUNTDOPTS="" |
|
# Port rpc.mountd should listen on. |
|
#MOUNTD_PORT=892 |
|
# |
|
# Optional arguments passed to rpc.statd. See rpc.statd(8) |
|
STATDARG="" |
|
# Port rpc.statd should listen on. |
|
#STATD_PORT=662 |
|
# Outgoing port statd should used. The default is port |
|
# is random |
|
#STATD_OUTGOING_PORT=2020 |
|
# Specify callout program |
|
#STATD_HA_CALLOUT="/usr/local/bin/foo" |
|
# |
|
# |
|
# Optional arguments passed to sm-notify. See sm-notify(8) |
|
SMNOTIFYARGS="" |
|
# |
|
# Optional arguments passed to rpc.idmapd. See rpc.idmapd(8) |
|
RPCIDMAPDARGS="" |
|
# |
|
# Optional arguments passed to rpc.gssd. See rpc.gssd(8) |
|
# Note: The rpc-gssd service will not start unless the |
|
# file /etc/krb5.keytab exists. If an alternate |
|
# keytab is needed, that separate keytab file |
|
# location may be defined in the rpc-gssd.service's |
|
# systemd unit file under the ConditionPathExists |
|
# parameter |
|
RPCGSSDARGS="" |
|
# |
|
# Enable usage of gssproxy. See gssproxy-mech(8). |
|
GSS_USE_PROXY="yes" |
|
# |
|
# Optional arguments passed to blkmapd. See blkmapd(8) |
|
BLKMAPDARGS=""
|
|
|