]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: write out general allocator parameters on allocator dump.
authorIgor Fedotov <ifedotov@suse.com>
Thu, 3 Dec 2020 18:48:55 +0000 (21:48 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Fri, 4 Dec 2020 12:19:38 +0000 (15:19 +0300)
commit87bd5314f634789917556856f15943c027962b50
tree4e3bbfb65503152bba3639a5440fcf92fc9f27e8
parentde870cac81b58a8060c17f44014bad999656b79f
os/bluestore: write out general allocator parameters on allocator dump.

This includes allocator type, name, size, allocation unit which enables
allocator dump replay implementation.

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/os/bluestore/Allocator.cc
src/os/bluestore/Allocator.h
src/os/bluestore/AvlAllocator.cc
src/os/bluestore/AvlAllocator.h
src/os/bluestore/BitmapAllocator.cc
src/os/bluestore/BitmapAllocator.h
src/os/bluestore/HybridAllocator.h
src/os/bluestore/StupidAllocator.cc
src/os/bluestore/StupidAllocator.h