Whamcloud - gitweb
LU-17015 obdclass: make upcall cache hashtable size dynamic 28/52128/3
authorSebastien Buisson <sbuisson@ddn.com>
Mon, 28 Aug 2023 09:37:51 +0000 (11:37 +0200)
committerOleg Drokin <green@whamcloud.com>
Wed, 13 Sep 2023 04:06:24 +0000 (04:06 +0000)
commit79f823bd40ee97a5846d828efce1080dc04a6057
tree15932b4607d7b457d243ba0bdcd2fb3c07428983
parent6be9476e790ceef71e874b2745a8280443d5c90b
LU-17015 obdclass: make upcall cache hashtable size dynamic

The hash table used by the upcall cache mechanism should have an
adjustable size, depending on the purpose and context where it is
used.

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I53c5cb14f9a5630fc269d97cead9a5ca6a33895e
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52128
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Aurelien Degremont <adegremont@nvidia.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/upcall_cache.h
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h
lustre/obdclass/upcall_cache.c