192 |
- |
1 |
#
|
|
|
2 |
# Set the NFS lock manager grace period. n is measured in seconds.
|
|
|
3 |
#options lockd nlm_grace_period=90
|
|
|
4 |
#
|
|
|
5 |
# Set the TCP port that the NFS lock manager should use.
|
|
|
6 |
# port must be a valid TCP port value (1-65535).
|
|
|
7 |
#options lockd nlm_tcpport
|
|
|
8 |
#
|
|
|
9 |
# Set the UDP port that the NFS lock manager should use.
|
|
|
10 |
# port must be a valid UDP port value (1-65535).
|
|
|
11 |
#options lockd nlm_udpport
|
|
|
12 |
#
|
|
|
13 |
# Set the maximum number of outstanding connections
|
|
|
14 |
#options lockd nlm_max_connections=1024
|
|
|
15 |
#
|
|
|
16 |
# Set the default time value for the NFS lock manager
|
|
|
17 |
# in seconds. Default is 10 secs (min 3 max 20)
|
|
|
18 |
#options lockd nlm_timeout=10
|
|
|
19 |
#
|
|
|
20 |
# Choose whether to record the caller_name or IP address
|
|
|
21 |
# this peer in the local rpc.statd's database.
|
|
|
22 |
#options lockd nsm_use_hostnames=0
|
|
|
23 |
|