X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=etc%2Fredhat%2Fnfs;fp=etc%2Fredhat%2Fnfs;h=dfc08c1ad29849cdc2c3349014a24c2a9f639da5;hp=0000000000000000000000000000000000000000;hb=a1c827e358e11fcf27e223ed45a54f6d328e78bc;hpb=b509c95237fb1eb3081f51f8bd08501532e874ce diff --git a/etc/redhat/nfs b/etc/redhat/nfs new file mode 100644 index 0000000..dfc08c1 --- /dev/null +++ b/etc/redhat/nfs @@ -0,0 +1,33 @@ +# $Id: nfs,v 1.1 2002/04/08 21:43:24 hjl Exp $ +# +# For more information on nfs tuning, please see the NFS-HOWTO +# http://nfs.sourceforge.net/nfs-howto/ + +# Pass any additional options for mountd. +# MOUNTD_OPTIONS= + +# Pin mountd to a given port rather than random one from portmapper +# MOUNTD_PORT= + +# Don't advertise TCP for mount. +# MOUNTD_TCP=no + +# NFS V3 +# MOUNTD_NFS_V3=auto|yes|no + +# NFS V2 +# MOUNTD_NFS_V2=auto|yes|no + +# The number of open file descriptors +# MOUNTD_OPEN_FILES=128 + +# Pass the number of instances of nfsd (8 is default; 16 or more +# might be needed to handle heavy client traffic) +# NFSDCOUNT=8 + +# Increase the memory limits on the socket input queues for +# the nfs processes .. NFS benchmark SPECsfs demonstrate a +# need for a larger than default size (64kb) .. setting +# TUNE_QUEUE to yes will set the values to 256kb. +# TUNE_QUEUE="yes" +# NFS_QS=262144