From: Steve Dickson <SteveD@RedHat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH] gssd: add verbosity options to the rpc.gssd man page
Date: Tue, 12 Mar 2019 09:17:55 -0400 [thread overview]
Message-ID: <ea315433-eace-af27-2dcc-e2689ed7640c@RedHat.com> (raw)
In-Reply-To: <20190311175521.24526-1-steved@redhat.com>
On 3/11/19 1:55 PM, Steve Dickson wrote:
> From: Pierguido Lambri <plambri@redhat.com>
>
> It also adds the commented out entries in the nfs.conf
> default file.
>
> Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1668026
>
> Signed-off-by: Pierguido Lambri <plambri@redhat.com>
> Signed-off-by: Steve Dickson <steved@redhat.com>
> ---
> nfs.conf | 2 ++
> systemd/nfs.conf.man | 2 ++
> utils/gssd/gssd.c | 4 ++--
> 3 files changed, 6 insertions(+), 2 deletions(-)
Committed...
steved.
>
> diff --git a/nfs.conf b/nfs.conf
> index d332375..faa07b1 100644
> --- a/nfs.conf
> +++ b/nfs.conf
> @@ -9,6 +9,8 @@
> # debug=0
> #
> [gssd]
> +# verbosity=0
> +# rpc-verbosity=0
> # use-memcache=0
> # use-machine-creds=1
> # use-gss-proxy=0
> diff --git a/systemd/nfs.conf.man b/systemd/nfs.conf.man
> index 699db3f..e3654a3 100644
> --- a/systemd/nfs.conf.man
> +++ b/systemd/nfs.conf.man
> @@ -211,6 +211,8 @@ for details.
> .TP
> .B gssd
> Recognized values:
> +.BR verbosity ,
> +.BR rpc-verbosity ,
> .BR use-memcache ,
> .BR use-machine-creds ,
> .BR use-gss-proxy ,
> diff --git a/utils/gssd/gssd.c b/utils/gssd/gssd.c
> index 7eeb05f..19ad4da 100644
> --- a/utils/gssd/gssd.c
> +++ b/utils/gssd/gssd.c
> @@ -890,8 +890,8 @@ main(int argc, char *argv[])
>
> read_gss_conf();
>
> - verbosity = conf_get_num("gssd", "Verbosity", verbosity);
> - rpc_verbosity = conf_get_num("gssd", "RPC-Verbosity", rpc_verbosity);
> + verbosity = conf_get_num("gssd", "verbosity", verbosity);
> + rpc_verbosity = conf_get_num("gssd", "rpc-verbosity", rpc_verbosity);
>
> while ((opt = getopt(argc, argv, "DfvrlmnMp:k:d:t:T:R:")) != -1) {
> switch (opt) {
>
next prev parent reply other threads:[~2019-03-12 13:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-11 17:55 [PATCH] gssd: add verbosity options to the rpc.gssd man page Steve Dickson
2019-03-12 13:17 ` Steve Dickson [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-01-23 10:09 Pierguido Lambri
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=ea315433-eace-af27-2dcc-e2689ed7640c@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.