Accepting request 787719 from home:pevik:branches:Base:System
- Update nfs.conf - change value: udp=n (disabled in 2.2.1.) - update name: manage-gids - new: verbosity=0, rpc-verbosity=0, use-gss-proxy=0, rdma-port=20049, no-notify=0, force=0, lift-grace=y OBS-URL: https://build.opensuse.org/request/show/787719 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=217
This commit is contained in:
parent
021087406c
commit
3243ee94dd
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 10:13:53 UTC 2020 - Petr Vorel <pvorel@suse.cz>
|
||||
|
||||
- Update nfs.conf
|
||||
- change value: udp=n (disabled in 2.2.1.)
|
||||
- update name: manage-gids
|
||||
- new: verbosity=0, rpc-verbosity=0, use-gss-proxy=0, rdma-port=20049,
|
||||
no-notify=0, force=0, lift-grace=y
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 9 10:04:10 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
11
nfs.conf
11
nfs.conf
@ -17,8 +17,11 @@ include = -/etc/nfs.conf.local
|
||||
# debug=0
|
||||
#
|
||||
#[gssd]
|
||||
# verbosity=0
|
||||
# rpc-verbosity=0
|
||||
# use-memcache=0
|
||||
# use-machine-creds=1
|
||||
# use-gss-proxy=0
|
||||
avoid-dns=$NFS_GSSD_AVOID_DNS
|
||||
# limit-to-legacy-enctypes=0
|
||||
# context-timeout=0
|
||||
@ -33,7 +36,7 @@ include = -/etc/nfs.conf.local
|
||||
#
|
||||
[mountd]
|
||||
# debug=0
|
||||
# manage_gids=n
|
||||
# manage-gids=n
|
||||
# descriptors=0
|
||||
port= $MOUNTD_PORT
|
||||
# threads=1
|
||||
@ -52,7 +55,7 @@ include = -/etc/nfs.conf.local
|
||||
# port=0
|
||||
# grace-time=90
|
||||
lease-time=$NFSV4LEASETIME
|
||||
# udp=y
|
||||
# udp=n
|
||||
# tcp=y
|
||||
# vers2=n
|
||||
vers3=$NFS3_SERVER_SUPPORT
|
||||
@ -61,6 +64,7 @@ include = -/etc/nfs.conf.local
|
||||
# vers4.1=y
|
||||
# vers4.2=y
|
||||
# rdma=n
|
||||
# rdma-port=20049
|
||||
#
|
||||
[statd]
|
||||
# debug=0
|
||||
@ -69,12 +73,15 @@ include = -/etc/nfs.conf.local
|
||||
name=$STATD_HOSTNAME
|
||||
# state-directory-path=/var/lib/nfs/statd
|
||||
# ha-callout=
|
||||
# no-notify=0
|
||||
#
|
||||
#[sm-notify]
|
||||
# debug=0
|
||||
# force=0
|
||||
# retry-time=900
|
||||
# outgoing-port=
|
||||
# outgoing-addr=
|
||||
# lift-grace=y
|
||||
#
|
||||
#[svcgssd]
|
||||
# principal=
|
||||
|
Loading…
Reference in New Issue
Block a user