2017-02-08 03:43:23 +01:00
|
|
|
#
|
|
|
|
# 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
|
2023-12-08 04:33:59 +01:00
|
|
|
# to /etc/sysconfig/nfs, /usr/src/nfs.conf./*.conf or
|
|
|
|
# /etc/nfs.conf.d/*.conf instead.
|
|
|
|
# The .conf file can include multiple sections, just
|
2017-02-08 03:43:23 +01:00
|
|
|
# like this file.
|
|
|
|
|
|
|
|
[environment]
|
|
|
|
include = /etc/sysconfig/nfs
|
2019-09-23 04:09:16 +02:00
|
|
|
include = -/etc/nfs.conf.local
|
2017-02-08 03:43:23 +01:00
|
|
|
[general]
|
|
|
|
pipefs-directory=$RPC_PIPEFS_DIR
|
2023-12-08 04:33:59 +01:00
|
|
|
[gssd]
|
2017-02-08 03:43:23 +01:00
|
|
|
avoid-dns=$NFS_GSSD_AVOID_DNS
|
|
|
|
[lockd]
|
|
|
|
port=$LOCKD_TCPPORT
|
|
|
|
udp-port=$LOCKD_UDPPORT
|
|
|
|
[mountd]
|
|
|
|
port= $MOUNTD_PORT
|
|
|
|
[nfsd]
|
|
|
|
threads= $USE_KERNEL_NFSD_NUMBER
|
2022-08-26 08:00:27 +02:00
|
|
|
grace-time=$NFSV4GRACETIME
|
2018-07-27 01:06:29 +02:00
|
|
|
lease-time=$NFSV4LEASETIME
|
2017-02-08 03:43:23 +01:00
|
|
|
vers3=$NFS3_SERVER_SUPPORT
|
|
|
|
vers4=$NFS4_SUPPORT
|
2023-03-29 00:41:21 +02:00
|
|
|
scope=$NFSD_SCOPE
|
2017-02-08 03:43:23 +01:00
|
|
|
[statd]
|
|
|
|
port=$STATD_PORT
|
|
|
|
name=$STATD_HOSTNAME
|