* [PATCH] systemd: Only start the rpc-gssd service when its enabled
@ 2016-06-15 16:34 Steve Dickson
0 siblings, 0 replies; only message in thread
From: Steve Dickson @ 2016-06-15 16:34 UTC (permalink / raw)
To: Linux NFS Mailing list
When Kerberos is enabled, the /etc/krb5.keytab exists
which causes the rpc-gssd to start, automatically.
With rpc.gssd running, on all NFS mounts, an
upcall is done to get GSS security context for
SETCLIENTID procedure.
When Kerberos is not configured for NFS, meaning
there is no host/hostname@REALM principal in
the key tab, those upcalls always fall causing
the mount to hang for several seconds.
This patch adds an [Install] section so the service
can be enable and disable, so those errant upcalls
can be stopped which eliminating the delay.
Signed-off-by: Steve Dickson <steved@redhat.com>
---
systemd/rpc-gssd.service | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/systemd/rpc-gssd.service b/systemd/rpc-gssd.service
index d4a3819..df9f090 100644
--- a/systemd/rpc-gssd.service
+++ b/systemd/rpc-gssd.service
@@ -17,3 +17,9 @@ EnvironmentFile=-/run/sysconfig/nfs-utils
Type=forking
ExecStart=/usr/sbin/rpc.gssd $GSSDARGS
+
+# Only start if service is enabled
+# and /etc/krb5.keytab exists
+[Install]
+WantedBy=multi-user.target
+
--
2.5.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-06-15 16:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-15 16:34 [PATCH] systemd: Only start the rpc-gssd service when its enabled Steve Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).