]> git.decadent.org.uk Git - nfs-utils.git/blob - etc/redhat/nfs
mount nfsd filesystem at startup, and unmount afterwards
[nfs-utils.git] / etc / redhat / nfs
1 # For more information on nfs tuning, please see the NFS-HOWTO
2 # http://nfs.sourceforge.net/nfs-howto/
3
4 # Pass any additional options for mountd.
5 # MOUNTD_OPTIONS=
6
7 # Pin mountd to a given port rather than random one from portmapper
8 # MOUNTD_PORT=
9
10 # Don't advertise TCP for mount.
11 # MOUNTD_TCP=no
12
13 # NFS V3
14 # MOUNTD_NFS_V3=auto|yes|no
15
16 # NFS V2
17 # MOUNTD_NFS_V2=auto|yes|no
18
19 # The number of open file descriptors
20 # MOUNTD_OPEN_FILES=128
21
22 # Pass the number of instances of nfsd (8 is default; 16 or more
23 # might be needed to handle heavy client traffic)
24 # NFSDCOUNT=8
25
26 # Increase the memory limits on the socket input queues for
27 # the nfs processes .. NFS  benchmark SPECsfs demonstrate a
28 # need for a larger than default size (64kb) .. setting
29 # TUNE_QUEUE to yes will set the values to 256kb.
30 # TUNE_QUEUE="yes"
31 # NFS_QS=262144
32
33 # Mount /proc/fs/nfsd (2.6 kernel only)
34 MOUNT_NFSD="yes"