All of lore.kernel.org
 help / color / mirror / Atom feed
* [nfs-utils PATCH] Fixed missed read of config file by nolockmgr (bz 1413272)
@ 2018-05-30  7:39 Rinku Kothiya
  2018-06-05 14:45 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Rinku Kothiya @ 2018-05-30  7:39 UTC (permalink / raw)
  To: linux-nfs; +Cc: steved

Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>
Resolves: bz1413272
---
 nfs-config.service | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nfs-config.service b/nfs-config.service
index 7f65305..f16b2ed 100644
--- a/nfs-config.service
+++ b/nfs-config.service
@@ -2,6 +2,8 @@
 Description=Preprocess NFS configuration
 After=local-fs.target
 DefaultDependencies=no
+PartOf=nfs-server.service
+Restart=always
 
 [Service]
 Type=oneshot
-- 
2.7.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [nfs-utils PATCH] Fixed missed read of config file by nolockmgr (bz 1413272)
  2018-05-30  7:39 [nfs-utils PATCH] Fixed missed read of config file by nolockmgr (bz 1413272) Rinku Kothiya
@ 2018-06-05 14:45 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2018-06-05 14:45 UTC (permalink / raw)
  To: Rinku Kothiya, linux-nfs



On 05/30/2018 03:39 AM, Rinku Kothiya wrote:
> Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>
> Resolves: bz1413272
> ---
>  nfs-config.service | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/nfs-config.service b/nfs-config.service
> index 7f65305..f16b2ed 100644
> --- a/nfs-config.service
> +++ b/nfs-config.service
> @@ -2,6 +2,8 @@
>  Description=Preprocess NFS configuration
>  After=local-fs.target
>  DefaultDependencies=no
> +PartOf=nfs-server.service
> +Restart=always
>  
>  [Service]
>  Type=oneshot
> 
This file was removed from upstream when the configuration
moved to /etc/nfs.conf. Thanks though...  

steved.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-05 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-30  7:39 [nfs-utils PATCH] Fixed missed read of config file by nolockmgr (bz 1413272) Rinku Kothiya
2018-06-05 14:45 ` Steve Dickson

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.