SHA256
1
0
forked from pool/nfs-utils
nfs-utils/nfs.conf
Dirk Mueller 70cddf05e8 - update to 2.8.2:
* exports: Fix referrals when --enable-junction=no
  * nfsidmap(v2): Add guards around [nfsidmap] usages of [sysconf].
  * libnsm(v2): fix the safer atomic filenames fix
  * libnsm: fix the safer atomic filenames fix
  * nfsd: dump default number of threads to 16
  * autoconf: don't build nfsdcltrack by default
  * nfs(5): Update rsize/wsize options
  * nfsdctl: clarify when versions can be set on the man page
  * nfsdctl: fix up the help text in version_usage()
  * libnsm: safer atomic filenames
  * nfs-utils: fixup statd testing simulator host arg
  * mount.nfs: retry NFSv3 mount after NFSv4 failure in auto negotiation

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=291
2025-02-08 21:32:28 +00:00

33 lines
781 B
Plaintext

#
# This is a general configuration for the
# NFS daemons and tools
# DO NOT MAKE CHANGES TO THIS FILE as they will
# be lost on the next software update. Make changes
# to /etc/sysconfig/nfs, /usr/src/nfs.conf./*.conf or
# /etc/nfs.conf.d/*.conf instead.
# The .conf file can include multiple sections, just
# like this file.
[environment]
include = /etc/sysconfig/nfs
include = -/etc/nfs.conf.local
[general]
pipefs-directory=$RPC_PIPEFS_DIR
[gssd]
avoid-dns=$NFS_GSSD_AVOID_DNS
[lockd]
port=$LOCKD_TCPPORT
udp-port=$LOCKD_UDPPORT
[mountd]
port= $MOUNTD_PORT
[nfsd]
threads= $USE_KERNEL_NFSD_NUMBER
grace-time=$NFSV4GRACETIME
lease-time=$NFSV4LEASETIME
vers3=$NFS3_SERVER_SUPPORT
vers4=$NFS4_SUPPORT
scope=$NFSD_SCOPE
[statd]
port=$STATD_PORT
name=$STATD_HOSTNAME