From: Steve Dickson <SteveD@RedHat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH 0/3 V2] Enable config.d directory to be processed.
Date: Tue, 10 Nov 2020 14:41:03 -0500 [thread overview]
Message-ID: <f320cc20-4cf7-7be9-30a6-fe91250366d1@RedHat.com> (raw)
In-Reply-To: <20201105145634.98281-1-steved@redhat.com>
On 11/5/20 9:56 AM, Steve Dickson wrote:
> Here is the second attempt to use conf.d directories
> to set configuration variables.
>
> When a conf.d directory exists and files with the
> ".conf" extension exist they will be used to set
> configuration variables.
>
> Files not using that extension or files beginning
> with a "." (ex .nfs.conf) will be ignored.
>
> The conf.d files will take priority over the main
> config files. Meaning a variable set in both the
> main config and the conf.d file, the conf.d file
> will have priority over the variable in the main config.
>
> The ordering of when the conf.d are processed
> can be set by alphabetical naming convention.
> Prefixing file name with a 001-nfs.conf,
> 002-nfs.conf will control when the config is
> process. Note the last config file process
> with have the highest priority.
>
> Steve Dickson (3):
> conffile: process config.d directory config files.
> conffile: Only process files in the config.d dirs that end with ".conf"
> manpage: Update nfs.conf and nfsmount.conf manpages
Committed... (tag: nfs-utils-2-5-3-rc1)
steved.
>
> support/nfs/conffile.c | 139 +++++++++++++++++++++++++++++++++-
> systemd/nfs.conf.man | 8 ++
> utils/mount/nfsmount.conf.man | 7 ++
> 3 files changed, 151 insertions(+), 3 deletions(-)
>
prev parent reply other threads:[~2020-11-10 19:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-05 14:56 [PATCH 0/3 V2] Enable config.d directory to be processed Steve Dickson
2020-11-05 14:56 ` [PATCH 1/3] conffile: process config.d directory config files Steve Dickson
2020-11-05 14:56 ` [PATCH 2/3] conffile: Only process files in the config.d dirs that end with ".conf" Steve Dickson
2020-11-05 14:56 ` [PATCH 3/3] manpage: Update nfs.conf and nfsmount.conf manpages Steve Dickson
2020-11-10 19:41 ` 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=f320cc20-4cf7-7be9-30a6-fe91250366d1@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox