All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@redhat.com>
To: Chris Mayo <aklhfex@gmail.com>, linux-nfs@vger.kernel.org
Subject: Re: [PATCH] systemd: Ensure RPC pipefs is mounted before rpc.idmapd starts
Date: Fri, 23 Jan 2015 10:37:41 -0500	[thread overview]
Message-ID: <54C26AC5.6030303@RedHat.com> (raw)
In-Reply-To: <54BFCB7C.5020902@gmail.com>



On 01/21/2015 10:53 AM, Chris Mayo wrote:
> 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>
Committed... 

steved.

> ---
>  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
>  
> 

      reply	other threads:[~2015-01-23 15:37 UTC|newest]

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

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=54C26AC5.6030303@RedHat.com \
    --to=steved@redhat.com \
    --cc=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.