]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #52489 from ifed01/wip-ifed-alloc2
authorAdam Kupczyk <akupczyk@ibm.com>
Wed, 7 Aug 2024 12:42:35 +0000 (14:42 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2024 12:42:35 +0000 (14:42 +0200)
os/bluestore: introduce hybrid_btree2 allocator

1  2 
src/common/options/global.yaml.in
src/os/CMakeLists.txt
src/os/bluestore/BlueFS.cc
src/os/bluestore/BlueStore.cc
src/test/objectstore/store_test.cc

index b170a3e9849c46311e6fefd3e5a14666a1f87256,9c73efd3a69c873e7e47beee47c208e969c9a533..78e75caec69d3683489a7aad52e1982e2ba493d5
@@@ -4211,8 -4183,8 +4211,9 @@@ options
    - bitmap
    - stupid
    - avl
 +  - btree
    - hybrid
+   - hybrid_btree2
    with_legacy: true
  - name: bluefs_log_replay_check_allocations
    type: bool
    - bitmap
    - stupid
    - avl
 +  - btree
    - hybrid
+   - hybrid_btree2
    with_legacy: true
  - name: bluestore_freelist_blocks_per_key
    type: size
Simple merge
Simple merge
Simple merge
Simple merge