]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
split mempool allocation for bluestore_cache_other
authorDeepika Upadhyay <dupadhya@redhat.com>
Wed, 15 Apr 2020 12:01:46 +0000 (17:31 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Mon, 13 Jul 2020 18:10:40 +0000 (23:40 +0530)
commit1c6bc3893bf4cadae344ef19290f5c7e55dd5a62
tree5e7428100ea0a24c889e4c53132e6fcc1f3b2e2e
parent4789b4fea659fb8c0b1fdbd1215cd7263dec7d4b
split mempool allocation for bluestore_cache_other

While doing root cause analysis it bluestore_cache_other gives a bit of
a crude estimate, something more helpful would be to have it split into
the following fields:

- bluestore_cache_onode
- bluestore_cache_meta
- bluestore_onode_attrs

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
src/include/mempool.h
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h
src/os/bluestore/bluestore_types.h
src/test/objectstore/store_test.cc