# -*- sh -*-
# For more information on nfs tuning, please see the NFS-HOWTO
# http://nfs.sourceforge.net/nfs-howto/

# Support for NFSv4 RPCSEC_GSS (svcgssd & gssd)
# SECURE_NFS=no

# Pin mountd to a given port rather than random one from portmapper
# MOUNTD_PORT=

# Use TCP for mount by default
# MOUNTD_TCP=yes

# NFS V3
# MOUNTD_NFS_V3=yes

# NFS V2
# MOUNTD_NFS_V2=yes

# The number of open file descriptors, unlimited by default
# MOUNTD_OPEN_FILES=

# Pass any additional options for mountd.
# MOUNTD_OPTIONS=

# Pass any additional options for statd.
# STATD_OPTIONS=

# Pass the number of instances of nfsd (8 is default; 16 or more
# might be needed to handle heavy client traffic)
# NFSDCOUNT=

# Pass any additional options for nfsd.
# NFSD_OPTIONS=
