forked from pool/nfs-utils
0002-gssd-revert-commit-513630d720bd.patch, 0003-gssd-switch-to-using-rpc_gss_seccreate.patch, 0004-gssd-handle-KRB5_AP_ERR_BAD_INTEGRITY-for-machine-cr.patch, 0005-gssd-handle-KRB5_AP_ERR_BAD_INTEGRITY-for-user-crede.patch, 0006-configure-check-for-rpc_gss_seccreate.patch: fixes for libtirpc 1.3.5 - drop reenable-nfsv2.patch (poo#106679) Fix crash when rpc-gssd run with -v. - Replace references to /var/adm/fillup-templates with new options. - do not strip the binaries - mkinitrd-boot.sh: allow other mkinitrd-setup - nfs-utils-eperm-fallback.patch: mount.nfs Includes new config file: /etc/nfsmount.conf and - Kill processes on NFS mounts when unmounting bnc#442490 * fix typo in handling of "init.d/nfs status" - nfs.init: * unmount rpc_pipefs - fix sysconfig filename for changed fillup call services (gssd and idmpad have been rolled in to nfs/nfsserver). - remove svcinfo.d dir as it is provided now by filesystem - update to version 1.1.2 - uses libgssglue instead of libgssapi - add rpcbind support [fate#300607] - added gssapi to buildrequires (#116355) showmount has been removed there (#309782) - added README.NFSv4 (#182775) OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=285
33 lines
781 B
Plaintext
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
|