Whamcloud - gitweb
LU-14833 sec: quiet spurious gss_init_svc_upcall() message
authorSebastien Buisson <sbuisson@ddn.com>
Fri, 9 Jul 2021 12:52:40 +0000 (14:52 +0200)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 6 Aug 2021 03:00:56 +0000 (03:00 +0000)
commit3eeb1505cd174ccd5f789d2b7dc89c74fc07dac8
treebde478a0dba7402fb9e7d4cf0c145462c3c02020
parent046bf32b85ea80f4ab4009b6b6607e97e75247cb
LU-14833 sec: quiet spurious gss_init_svc_upcall() message

Switch from CWARN to CDEBUG(D_SEC) for message printed by
gss_init_svc_upcall():
Init channel is not opened by lsvcgssd, following request might be
dropped until lsvcgssd is active
Indeed, this message is printed no matter GSS is enabled or not, and
we do not have any way to check this by the time the kernel module
is loaded.

Lustre-change: https://review.whamcloud.com/44197
Lustre-commit: 6a4be282bbbd5c6d92787abe9ae316e3c702192c

Test-Parameters: trivial
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I66c8c2a16e58ca75973226c80e0f4a92c90b4025
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/44399
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/ptlrpc/gss/gss_svc_upcall.c