@@ -9,6 +9,8 @@
# debug=0
#
#[gssd]
+# Verbosity=0
+# RPC-Verbosity=0
# use-memcache=0
# use-machine-creds=1
# use-gss-proxy=0
@@ -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 ,
@@ -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 .
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 <plambri@redhat.com> --- nfs.conf | 2 ++ systemd/nfs.conf.man | 2 ++ utils/gssd/gssd.man | 8 ++++++++ 3 files changed, 12 insertions(+)