From: Steve Dickson <SteveD@RedHat.com>
To: Alice Mitchell <ajmitchell@redhat.com>,
Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [RFC PATCH 0/1] Enable config.d directory to be processed.
Date: Mon, 2 Nov 2020 08:24:23 -0500 [thread overview]
Message-ID: <6f3caf91-296c-0aa8-ba41-bc35d500adaa@RedHat.com> (raw)
In-Reply-To: <338aeb795a31c2233016d225dc114e33d02eb0cb.camel@redhat.com>
On 11/2/20 8:03 AM, Alice Mitchell wrote:
> On Thu, 2020-10-29 at 17:04 -0400, Steve Dickson wrote:
>> The following patch looks for config.d directories
>> and configuration file in those directories will
>> be loaded.
>>
>> For example if /etc/nfs.conf.d or /etc/nfsmount.conf.d
>> exists and there are config files in those directories
>> will be loaded, but not the actual /etc/nfs.conf or
>> the /etc/nfsmount.conf files will not be.
>>
>> I do have a couple questions/concerns
>>
>> 1) Is calling conf_load_file() more than once
>> kosher... It appears variable will just be
>> over written. That does appear to happen
>> with my testing.
>>
>> 2) If conf.d file(s) do exist, should the give
>> flat conf file also be loaded. At this point if
>> the conf.d file(s) do exist, then the given
>> flat config file is not loaded.
>>
>> 3) How to document this new feature.
>>
>> Steve Dickson (1):
>> conffile: process config.d directory config files.
>>
>> support/nfs/conffile.c | 78
>> +++++++++++++++++++++++++++++++++++++++++-
>> 1 file changed, 77 insertions(+), 1 deletion(-)
>
> NAK.
>
> Each call to conf_load_file() erases all existing config values from
> memory via a call to conf_free_bindings() so this wont work as you
> expect.
I'm glad I asked.
>
> You would need to write an equivalent of conf_load_file() that created
> a new transaction id and read in all the files before committing them
> to do it this way.
I kinda do think we should be able to read in multiple files...
If that free was not done until all the files are read in, would something
like that work? I guess I'm ask how difficult would be to re-work
the code to do something like this.
>
> I can't help but wonder if this would be better handled as an
> improvement to the 'include' directive to support file globbing, we
> could then retain the functionality of the master nfs.conf file but
> tack on an 'include nfs.conf.d/*.conf' at the end which would go off
> and load any files dropped in there by package management.
Well... there is no include for /etc/nfsmount.conf although we
could probably add one. But I'm thinking most admins are expecting
to simply drop a config in a .d directory to have the configuration
take effect. Editing a file is a bit more difficult... IMHO.
steved.
next prev parent reply other threads:[~2020-11-02 13:24 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-29 21:04 [RFC PATCH 0/1] Enable config.d directory to be processed Steve Dickson
2020-10-29 21:04 ` [PATCH 1/1] conffile: process config.d directory config files Steve Dickson
2020-11-02 13:03 ` [RFC PATCH 0/1] Enable config.d directory to be processed Alice Mitchell
2020-11-02 13:24 ` Steve Dickson [this message]
2020-11-02 14:23 ` Steve Dickson
2020-11-02 15:05 ` Alice Mitchell
2020-11-02 15:16 ` Chuck Lever
2020-11-02 16:37 ` Steve Dickson
2020-11-02 16:42 ` Steve Dickson
2020-11-02 15:57 ` Alice Mitchell
2020-11-02 19:42 ` Steve Dickson
2020-11-02 22:01 ` McIntyre, Vincent (CASS, Marsfield)
2020-11-03 10:14 ` Alice Mitchell
2020-11-03 17:16 ` 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=6f3caf91-296c-0aa8-ba41-bc35d500adaa@RedHat.com \
--to=steved@redhat.com \
--cc=ajmitchell@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