LU-17317 gss: no cache flush for rsi and rsc
RPCSEC init and RPCSEC context caches hold gss-related information of security contexts established between network peers. These cache entries are tightly coupled with contexts handled in the sptlrpc layer so they must not be purged directly. They are inserted into the cache when sptlrpc security contexts are established, and removed when the corresponding security contexts are destroyed. Test-Parameters: trivial Test-Parameters: kerberos=true testlist=sanity-krb5 Test-Parameters: testgroup=review-dne-selinux-ssk-part-2 Fixes: 8d828762 ("LU-17015 gss: support large kerberos token for rpc sec init") Signed-off-by:Sebastien Buisson <sbuisson@ddn.com> Change-Id: I903f75a4b5229286fcaed3e9d96b5eee7f653f15 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53377 Reviewed-by:
Oleg Drokin <green@whamcloud.com> Reviewed-by:
Aurelien Degremont <adegremont@nvidia.com> Reviewed-by:
Andreas Dilger <adilger@whamcloud.com> Tested-by:
jenkins <devops@whamcloud.com> Tested-by:
Maloo <maloo@whamcloud.com>
Please register or sign in to comment