Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 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"
35
# Set V4 grace period in seconds
36
#NFSD_V4_GRACE=90
37
#
38
#
39
#
40
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
41
#RPCMOUNTDOPTS=""
42
# Port rpc.mountd should listen on.
43
#MOUNTD_PORT=892
44
#
45
#
46
# Optional arguments passed to rpc.statd. See rpc.statd(8)
47
#STATDARG=""
48
# Port rpc.statd should listen on.
49
#STATD_PORT=662
50
# Outgoing port statd should used. The default is port
51
# is random
52
#STATD_OUTGOING_PORT=2020
53
# Specify callout program
54
#STATD_HA_CALLOUT="/usr/local/bin/foo"
55
#
56
#
57
# Optional arguments passed to rpc.idmapd. See rpc.idmapd(8)
58
#RPCIDMAPDARGS=""
59
#
60
# Set to turn on Secure NFS mounts.
61
#SECURE_NFS="yes"
62
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
63
#RPCGSSDARGS=""
64
# Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8)
65
#RPCSVCGSSDARGS=""
66
#
67
# To enable RDMA support on the server by setting this to
68
# the port the server should listen on
69
#RDMA_PORT=20049