]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: introduce bluestore_debug_enforce_min_alloc_size config 54992/head
authorIgor Fedotov <igor.fedotov@croit.io>
Wed, 13 Dec 2023 16:05:45 +0000 (19:05 +0300)
committerIgor Fedotov <igor.fedotov@croit.io>
Thu, 22 Feb 2024 15:06:57 +0000 (18:06 +0300)
commita0194583ad9bb290138163af30823aba588dfc34
treeab24b3f4ae190c2184ad175c735832d0246e0181
parent57f90b1466d3d2ad26ff935bc3dbe983bc69c25c
os/bluestore: introduce bluestore_debug_enforce_min_alloc_size config
parameter.

This allows to override persistent min_alloc_size if needed.
This might be helpful to troubleshoot and work around issues like
https://tracker.ceph.com/issues/63618

Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
src/common/options/global.yaml.in
src/os/bluestore/BitmapFreelistManager.cc
src/os/bluestore/BitmapFreelistManager.h
src/os/bluestore/BlueStore.cc
src/os/bluestore/FreelistManager.h