]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - nfs.sysconfig
- rel 1
[packages/nfs-utils.git] / nfs.sysconfig
index 7f27cb356e13cc73c3a7c97622134065b6f3c7b4..4e09b578bfeac52fdf4c42ce0f3e64bc867ac0f5 100644 (file)
@@ -1,9 +1,28 @@
-# Set nice level for rpc.mountd, rpc.nfsd or knfsd
+# Set nice level for rpc.mountd and rpc.nfsd
 SERVICE_RUN_NICE_LEVEL="+0"
 
-# Customized setings for knfsd
-RPCMOUNTOPTIONS="--no-nfs-version 3"
+# Number of NFSD servers to start
 RPCNFSDCOUNT=8
 
-# Server type we are running, U for userland NFSD, K for knfsd
-NFSDTYPE=
+# 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.049717 seconds and 4 git commands to generate.