All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Mayo <aklhfex@gmail.com>
To: linux-nfs@vger.kernel.org
Subject: [PATCH] systemd: Ensure RPC pipefs is mounted before rpc.idmapd starts
Date: Wed, 21 Jan 2015 15:53:32 +0000	[thread overview]
Message-ID: <54BFCB7C.5020902@gmail.com> (raw)

rpc.idmapd aborts on start-up if RPC pipefs is not present.

Needed if GSS services are not used.

Signed-off-by: Chris Mayo <aklhfex@gmail.com>
---
 systemd/nfs-idmapd.service | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service
index 726038d..e84f8c8 100644
--- a/systemd/nfs-idmapd.service
+++ b/systemd/nfs-idmapd.service
@@ -1,5 +1,7 @@
 [Unit]
 Description=NFSv4 ID-name mapping service
+Requires=var-lib-nfs-rpc_pipefs.mount
+After=var-lib-nfs-rpc_pipefs.mount
 
 BindsTo=nfs-server.service
 
-- 
2.0.5



             reply	other threads:[~2015-01-21 15:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-21 15:53 Chris Mayo [this message]
2015-01-23 15:37 ` [PATCH] systemd: Ensure RPC pipefs is mounted before rpc.idmapd starts Steve Dickson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54BFCB7C.5020902@gmail.com \
    --to=aklhfex@gmail.com \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.