Whamcloud - gitweb
LU-17015 gss: bump token buffer size to 16KiB 75/52475/4
authorSebastien Buisson <sbuisson@ddn.com>
Fri, 22 Sep 2023 15:48:51 +0000 (17:48 +0200)
committerOleg Drokin <green@whamcloud.com>
Mon, 16 Oct 2023 05:49:59 +0000 (05:49 +0000)
commit8d82cf1413752c8ab5b9a5eb51611fb2bc1e64d7
tree2dd8260b9bdd9c932c879be93ee99379bbce8026
parent4c6290087b3bf0838a00de8f8b1cfde86efbc409
LU-17015 gss: bump token buffer size to 16KiB

A 4 KiB large buffer is not enough to hold the GSS token under some
circumstances. So bump GSS_CTX_INIT_MAX_LEN value to 16 KiB.

Fixes: 9758129177 ("LU-17015 gss: support large kerberos token on client")
Test-Parameters: trivial kerberos=true testlist=sanity-krb5
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I8e72f1447593d2bf2ae537fcc920ceee20e93c09
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52475
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Aurelien Degremont <adegremont@nvidia.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/ptlrpc/gss/gss_internal.h
lustre/tests/sanity-krb5.sh