1
0
forked from pool/nfs-utils

- nfs.init: always start gssd.

Recent kernel change means that if gssd isn't running
  and NFSv4 mount will wait 15 seconds before timing out
  even if gss security wasn't requested.
  So just start gssd alway - there is no significant cost
  in this.
  (bnc#837262)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=94
This commit is contained in:
Neil Brown 2013-09-05 05:07:12 +00:00 committed by Git OBS Bridge
parent d4d002b671
commit f716d5b05d
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Sep 5 05:05:13 UTC 2013 - nfbrown@suse.com
- nfs.init: always start gssd.
Recent kernel change means that if gssd isn't running
and NFSv4 mount will wait 15 seconds before timing out
even if gss security wasn't requested.
So just start gssd alway - there is no significant cost
in this.
(bnc#837262)
-------------------------------------------------------------------
Mon Sep 2 05:13:25 UTC 2013 - nfbrown@suse.com

View File

@ -37,7 +37,8 @@ if [ -z "$RPC_PIPEFS_DIR" ]; then
fi
NEED_IDMAPD=no
NEED_GSSD=no
#always start gssd, else kernel waits for it.
NEED_GSSD=yes
NEED_LDCONFIG=no
state=0
usr=""