2018-05-30 07:39:47

by Rinku Kothiya

[permalink] [raw]
Subject: [nfs-utils PATCH] Fixed missed read of config file by nolockmgr (bz 1413272)

Signed-off-by: Rinku Kothiya <[email protected]>
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



2018-06-05 14:45:24

by Steve Dickson

[permalink] [raw]
Subject: Re: [nfs-utils PATCH] Fixed missed read of config file by nolockmgr (bz 1413272)



On 05/30/2018 03:39 AM, Rinku Kothiya wrote:
> Signed-off-by: Rinku Kothiya <[email protected]>
> 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.