Subversion Repositories configs

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 8
Line 30... Line 30...
30
# Number of nfs server processes to be started.
30
# Number of nfs server processes to be started.
31
# The default is 8. 
31
# The default is 8. 
32
#RPCNFSDCOUNT=8
32
#RPCNFSDCOUNT=8
33
# Stop the nfsd module from being pre-loaded
33
# Stop the nfsd module from being pre-loaded
34
#NFSD_MODULE="noload"
34
#NFSD_MODULE="noload"
35
# Set V4 grace period in seconds
35
# Set V4 and NLM grace periods in seconds
-
 
36
#
-
 
37
# Warning, NFSD_V4_GRACE should not be less than
-
 
38
# NFSD_V4_LEASE was on the previous boot.
-
 
39
#
-
 
40
# To make NFSD_V4_GRACE shorter, with active v4 clients,
-
 
41
# first make NFSD_V4_LEASE shorter, then restart server. 
-
 
42
# This will make the clients aware of the new value. 
-
 
43
# Then NFSD_V4_GRACE can be decreased with another restart. 
-
 
44
#
-
 
45
# When there are no active clients, changing these values 
-
 
46
# can be done in a single server restart.
-
 
47
#
36
#NFSD_V4_GRACE=90
48
#NFSD_V4_GRACE=90
-
 
49
#NFSD_V4_LEASE=90
-
 
50
#NLM_GRACE_PERIOD=90
37
#
51
#
38
#
52
#
39
#
53
#
40
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
54
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
41
#RPCMOUNTDOPTS=""
55
#RPCMOUNTDOPTS=""