walters / rpms / nfs-utils

Forked from rpms/nfs-utils 6 years ago
Clone
Jeff Layton 8a88dcd
#
cd306a0
# Set the NFS lock manager grace period. n is measured in seconds. 
cd306a0
#options lockd nlm_grace_period=90
Jeff Layton 8a88dcd
#
cd306a0
# Set the TCP port that the NFS lock manager should use. 
cd306a0
# port must be a valid TCP port value (1-65535).
cd306a0
#options lockd nlm_tcpport
Jeff Layton 8a88dcd
#
cd306a0
# Set the UDP port that the NFS lock manager should use.
cd306a0
# port must be a valid UDP port value (1-65535).
cd306a0
#options lockd nlm_udpport
cd306a0
#
cd306a0
# Set the maximum number of outstanding connections 
cd306a0
#options lockd nlm_max_connections=1024
cd306a0
#
cd306a0
# Set the default time value for the NFS lock manager
cd306a0
# in seconds. Default is 10 secs (min 3 max 20)
cd306a0
#options lockd nlm_timeout=10
cd306a0
#
cd306a0
# Choose whether to record the caller_name or IP address
cd306a0
# this peer in the local rpc.statd's database.
cd306a0
#options lockd nsm_use_hostnames=0
cd306a0