From: tan changzhi <544463199@qq.com> Date: Sun, 28 Apr 2024 10:22:25 +0000 (+0800) Subject: os/bluestore: allow use BtreeAllocator X-Git-Tag: v20.0.0~1511^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8d479122d06dee198a34659eb7aeae01b80bfbe1;p=ceph.git os/bluestore: allow use BtreeAllocator BtreeAllocator was added in the commit https://github.com/ceph/ceph/pull/41828. Its performance has advantages in some scenarios, but we cannot configure to use btree mode. Fixes: https://tracker.ceph.com/issues/65678 Signed-off-by: tan changzhi <544463199@qq.com> --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 52d306e4c11..92434463331 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -4143,6 +4143,7 @@ options: - bitmap - stupid - avl + - btree - hybrid with_legacy: true - name: bluefs_log_replay_check_allocations @@ -4948,6 +4949,7 @@ options: - bitmap - stupid - avl + - btree - hybrid with_legacy: true - name: bluestore_freelist_blocks_per_key