From patchwork Wed Jan 23 10:09:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierguido Lambri X-Patchwork-Id: 10776923 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3BF4E13B4 for ; Wed, 23 Jan 2019 10:09:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 75FC328FB5 for ; Wed, 23 Jan 2019 10:09:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6A1A42A6FF; Wed, 23 Jan 2019 10:09:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 159EB28FB5 for ; Wed, 23 Jan 2019 10:09:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727227AbfAWKJP (ORCPT ); Wed, 23 Jan 2019 05:09:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60274 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727069AbfAWKJP (ORCPT ); Wed, 23 Jan 2019 05:09:15 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 26F3358E54 for ; Wed, 23 Jan 2019 10:09:15 +0000 (UTC) Received: from plambri-affligem.usersys.redhat.com (dhcp-135.gsslab.fab.redhat.com [10.33.9.135]) by smtp.corp.redhat.com (Postfix) with ESMTP id AF4C767152 for ; Wed, 23 Jan 2019 10:09:14 +0000 (UTC) From: Pierguido Lambri To: Linux NFS Mailing list Subject: [PATCH] gssd: add verbosity options to the rpc.gssd man page Date: Wed, 23 Jan 2019 10:09:12 +0000 Message-Id: <20190123100912.8979-1-plambri@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 23 Jan 2019 10:09:15 +0000 (UTC) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP It also adds the commented out entries in the nfs.conf default file and references to the verbosity entries in the gssd man page too. Signed-off-by: Pierguido Lambri --- nfs.conf | 2 ++ systemd/nfs.conf.man | 2 ++ utils/gssd/gssd.man | 8 ++++++++ 3 files changed, 12 insertions(+) diff --git a/nfs.conf b/nfs.conf index 5546109..a6f6f2d 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..9b112cd 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.man b/utils/gssd/gssd.man index e620f0d..4f7bd60 100644 --- a/utils/gssd/gssd.man +++ b/utils/gssd/gssd.man @@ -305,6 +305,14 @@ section of the .I /etc/nfs.conf configuration file. Values recognized include: .TP +.B Verbosity +Value which is equivalent to the number of +.BR -v . +.TP +.B RPC-Verbosity +Value which is equivalent to the number of +.BR -r . +.TP .B use-memcache A Boolean flag equivalent to .BR -M .