From: "J. Bruce Fields" <bfields@fieldses.org>
To: Steve Dickson <steved@redhat.com>
Cc: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH] nfs-client.target: Removed a ordering cycle with nfs-server.service
Date: Mon, 29 Sep 2014 14:32:46 -0400 [thread overview]
Message-ID: <20140929183245.GI30691@fieldses.org> (raw)
In-Reply-To: <1412004817-14432-1-git-send-email-steved@redhat.com>
On Mon, Sep 29, 2014 at 11:33:37AM -0400, Steve Dickson wrote:
> On a VM that boots very fast and with out kerberos
> enabled a systemd ordering cycle happens between
> nfs-client and nfs-server units when both were
> enabled.
>
> Having nfs-client start the gssd daemons in the
> same matter as the nfs-server does ('After=') seemed
> to eliminated the ordering cycle.
ACK.--b.
>
> Signed-off-by: Steve Dickson <steved@redhat.com>
> ---
> systemd/nfs-client.target | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/systemd/nfs-client.target b/systemd/nfs-client.target
> index 474f5e9..87a1ce8 100644
> --- a/systemd/nfs-client.target
> +++ b/systemd/nfs-client.target
> @@ -7,7 +7,7 @@ Wants=remote-fs-pre.target
> # start that on demand if needed.
> Wants=rpc-gssd.service rpc-svcgssd.service auth-rpcgss-module.service
> Wants=nfs-blkmap.service rpc-statd-notify.service
> -Before=rpc-gssd.service rpc-svcgssd.service nfs-blkmap.service
> +After=rpc-gssd.service rpc-svcgssd.service nfs-blkmap.service
>
> [Install]
> WantedBy=multi-user.target
> --
> 1.9.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-09-29 18:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 15:33 [PATCH] nfs-client.target: Removed a ordering cycle with nfs-server.service Steve Dickson
2014-09-29 18:32 ` J. Bruce Fields [this message]
2014-09-30 11:05 ` 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=20140929183245.GI30691@fieldses.org \
--to=bfields@fieldses.org \
--cc=linux-nfs@vger.kernel.org \
--cc=steved@redhat.com \
/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.