]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Add mempool (but don't use it yet)
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 27 Mar 2025 13:52:05 +0000 (13:52 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Tue, 22 Apr 2025 07:38:15 +0000 (08:38 +0100)
Optimised has an extent cache which consumes memory resources. As such, we create a new mempool to track these.  This is not yet used.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/include/mempool.h

index 3910d8228cd00aa05f0fdac1a501dc88e83bff76..6af235364bd4982e80bcaf2bd4f4ae8639da2594 100644 (file)
@@ -178,6 +178,7 @@ namespace mempool {
   f(osdmap_mapping)                  \
   f(pgmap)                           \
   f(mds_co)                          \
+  f(ec_extent_cache)                  \
   f(unittest_1)                              \
   f(unittest_2)