Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#
2
# Define which protocol versions mountd
3
# will advertise. The values are "no" or "yes"
4
# with yes being the default
5
#MOUNTD_NFS_V2="no"
6
#MOUNTD_NFS_V3="no"
7
#
8
#
9
# Path to remote quota server. See rquotad(8)
10
#RQUOTAD="/usr/sbin/rpc.rquotad"
11
# Port rquotad should listen on.
12
#RQUOTAD_PORT=875
13
# Optinal options passed to rquotad
14
#RPCRQUOTADOPTS=""
15
#
16
#
17
# Optional arguments passed to in-kernel lockd
18
#LOCKDARG=
19
# TCP port rpc.lockd should listen on.
20
#LOCKD_TCPPORT=32803
21
# UDP port rpc.lockd should listen on.
22
#LOCKD_UDPPORT=32769
23
#
24
#
25
# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
26
# Turn off v2 and v3 protocol support
27
#RPCNFSDARGS="-N 2 -N 3"
28
# Turn off v4 protocol support
29
#RPCNFSDARGS="-N 4"
30
# Number of nfs server processes to be started.
31
# The default is 8.
32
#RPCNFSDCOUNT=8
33
# Stop the nfsd module from being pre-loaded
34
#NFSD_MODULE="noload"
9 - 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
#
4 - 48
#NFSD_V4_GRACE=90
9 - 49
#NFSD_V4_LEASE=90
50
#NLM_GRACE_PERIOD=90
4 - 51
#
52
#
53
#
54
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
55
#RPCMOUNTDOPTS=""
56
# Port rpc.mountd should listen on.
57
#MOUNTD_PORT=892
58
#
59
#
60
# Optional arguments passed to rpc.statd. See rpc.statd(8)
61
#STATDARG=""
62
# Port rpc.statd should listen on.
63
#STATD_PORT=662
64
# Outgoing port statd should used. The default is port
65
# is random
66
#STATD_OUTGOING_PORT=2020
67
# Specify callout program
68
#STATD_HA_CALLOUT="/usr/local/bin/foo"
69
#
70
#
71
# Optional arguments passed to rpc.idmapd. See rpc.idmapd(8)
72
#RPCIDMAPDARGS=""
73
#
74
# Set to turn on Secure NFS mounts.
75
#SECURE_NFS="yes"
76
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
77
#RPCGSSDARGS=""
78
# Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8)
79
#RPCSVCGSSDARGS=""
80
#
81
# To enable RDMA support on the server by setting this to
82
# the port the server should listen on
83
#RDMA_PORT=20049