]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - nfs.sysconfig
- rel 1
[packages/nfs-utils.git] / nfs.sysconfig
index 272823079ab3950c4810eba084ca520a6cd96fb3..4e09b578bfeac52fdf4c42ce0f3e64bc867ac0f5 100644 (file)
@@ -1,4 +1,28 @@
-# Set nice level for rpc.mountd & rpc.nfsd
+# Set nice level for rpc.mountd and rpc.nfsd
+SERVICE_RUN_NICE_LEVEL="+0"
 
-# Define services nice level
-SERVICE_RUN_NICE_LEVEL="+1"
+# Number of NFSD servers to start
+RPCNFSDCOUNT=8
+
+# NFS versions to use (default all-yes)
+NFSv2="yes"
+NFSv3="yes"
+NFSv4="yes"
+
+# Port mount should listen on (default is portmap assigned)
+#MOUNTD_PORT=
+
+# Options for NFS rpc.mountd
+#RPCMOUNTOPTIONS=""
+
+# Uncomment if you want to use secure NFSv4 exports
+#SECURE_NFS="yes"
+
+# List of kernel modules to use for secure NFS
+#SECURE_NFS_MODS="des rpcsec_gss_krb5"
+
+# Options for NFSv4 server-side rpcsec_gss daemon
+#RPCSVCGSSOPTIONS=
+
+# Options for NFSv4 ID <-> Name Mapper (idmapd)
+#RPCIDMAPOPTIONS=
This page took 0.037102 seconds and 4 git commands to generate.