From: Steve Dickson <SteveD@redhat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH] rpc-statd-notify: Don't wait for the network to come up
Date: Mon, 09 Feb 2015 12:16:26 -0500 [thread overview]
Message-ID: <54D8EB6A.4020405@RedHat.com> (raw)
In-Reply-To: <1423490841-20097-1-git-send-email-steved@redhat.com>
On 02/09/2015 09:07 AM, Steve Dickson wrote:
> rpc-statd-notify only needs to wait for the network
> interface to be configured not to be connected since
> it forks into background and will wait 15mins for
> the network to come up.
>
> This decrease boot times when networks are not
> and will not be connected.
>
> Signed-off-by: Steve Dickson <steved@redhat.com>
> Reported-By: Eric Work <work.eric@gmail.com>
Committed...
steved.
> ---
> systemd/rpc-statd-notify.service | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/systemd/rpc-statd-notify.service b/systemd/rpc-statd-notify.service
> index 941afe5..a655445 100644
> --- a/systemd/rpc-statd-notify.service
> +++ b/systemd/rpc-statd-notify.service
> @@ -1,7 +1,7 @@
> [Unit]
> Description=Notify NFS peers of a restart
> Requires=network-online.target
> -After=network-online.target nss-lookup.target
> +After=network.target nss-lookup.target
>
> # if we run an nfs server, it needs to be running before we
> # tell clients that it has restarted.
>
prev parent reply other threads:[~2015-02-09 17:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-09 14:07 [PATCH] rpc-statd-notify: Don't wait for the network to come up Steve Dickson
2015-02-09 17:16 ` 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=54D8EB6A.4020405@RedHat.com \
--to=steved@redhat.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.