]> git-server-git.apps.pok.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)
committerIgor Fedotov <ifedotov@suse.com>
Sun, 20 Sep 2020 10:15:03 +0000 (13:15 +0300)
commit5a3d64cd489f9606bd359bfaad26a8fafc38bebe
tree96e951bcd96c1ecceec77b79edf00b78d4c276d0
parentc11230e78d6815872310217806bfc3c6f3d5d5c2
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>
(cherry picked from commit 1c6bc3893bf4cadae344ef19290f5c7e55dd5a62)

 Conflicts:
src/os/bluestore/bluestore_types.h
  Lacked explicit std:: namespace reference in headers which pacific has
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