# -*- 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="8"

# Pass any additional options for nfsd.
NFSD_OPTIONS=""

# Pass any additional options for blkmapd. See blkmapd(8)
BLKMAPD_OPTIONS=""

# Pass any additional options for idmapd. See rpc.idmapd(8)
IDMAPD_OPTIONS=""

# Pass any additional options for gssd. See rpc.gssd(8)
GSSD_OPTIONS="-M"

# Pass any additional options for svcgssd. See rpc.svcgssd(8)
SVCGSSD_OPTIONS=""

# Pass any additional options for rquotad. See rquotad(8)
RQUOTAD_OPTIONS=""
