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>
|
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
|
# debug=0
|
||||||
#
|
#
|
||||||
#[gssd]
|
#[gssd]
|
||||||
|
# verbosity=0
|
||||||
|
# rpc-verbosity=0
|
||||||
# use-memcache=0
|
# use-memcache=0
|
||||||
# use-machine-creds=1
|
# use-machine-creds=1
|
||||||
|
# use-gss-proxy=0
|
||||||
avoid-dns=$NFS_GSSD_AVOID_DNS
|
avoid-dns=$NFS_GSSD_AVOID_DNS
|
||||||
# limit-to-legacy-enctypes=0
|
# limit-to-legacy-enctypes=0
|
||||||
# context-timeout=0
|
# context-timeout=0
|
||||||
@ -33,7 +36,7 @@ include = -/etc/nfs.conf.local
|
|||||||
#
|
#
|
||||||
[mountd]
|
[mountd]
|
||||||
# debug=0
|
# debug=0
|
||||||
# manage_gids=n
|
# manage-gids=n
|
||||||
# descriptors=0
|
# descriptors=0
|
||||||
port= $MOUNTD_PORT
|
port= $MOUNTD_PORT
|
||||||
# threads=1
|
# threads=1
|
||||||
@ -52,7 +55,7 @@ include = -/etc/nfs.conf.local
|
|||||||
# port=0
|
# port=0
|
||||||
# grace-time=90
|
# grace-time=90
|
||||||
lease-time=$NFSV4LEASETIME
|
lease-time=$NFSV4LEASETIME
|
||||||
# udp=y
|
# udp=n
|
||||||
# tcp=y
|
# tcp=y
|
||||||
# vers2=n
|
# vers2=n
|
||||||
vers3=$NFS3_SERVER_SUPPORT
|
vers3=$NFS3_SERVER_SUPPORT
|
||||||
@ -61,6 +64,7 @@ include = -/etc/nfs.conf.local
|
|||||||
# vers4.1=y
|
# vers4.1=y
|
||||||
# vers4.2=y
|
# vers4.2=y
|
||||||
# rdma=n
|
# rdma=n
|
||||||
|
# rdma-port=20049
|
||||||
#
|
#
|
||||||
[statd]
|
[statd]
|
||||||
# debug=0
|
# debug=0
|
||||||
@ -69,12 +73,15 @@ include = -/etc/nfs.conf.local
|
|||||||
name=$STATD_HOSTNAME
|
name=$STATD_HOSTNAME
|
||||||
# state-directory-path=/var/lib/nfs/statd
|
# state-directory-path=/var/lib/nfs/statd
|
||||||
# ha-callout=
|
# ha-callout=
|
||||||
|
# no-notify=0
|
||||||
#
|
#
|
||||||
#[sm-notify]
|
#[sm-notify]
|
||||||
# debug=0
|
# debug=0
|
||||||
|
# force=0
|
||||||
# retry-time=900
|
# retry-time=900
|
||||||
# outgoing-port=
|
# outgoing-port=
|
||||||
# outgoing-addr=
|
# outgoing-addr=
|
||||||
|
# lift-grace=y
|
||||||
#
|
#
|
||||||
#[svcgssd]
|
#[svcgssd]
|
||||||
# principal=
|
# principal=
|
||||||
|
Loading…
Reference in New Issue
Block a user