]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #54504 from aclamk/wip-aclamk-bs-refactor-write-path
authorAdam Kupczyk <akupczyk@ibm.com>
Tue, 13 Aug 2024 13:15:50 +0000 (15:15 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2024 13:15:50 +0000 (15:15 +0200)
os/bluestore: Recompression, part 2. New write path.

1  2 
src/common/options/global.yaml.in
src/crimson/os/alienstore/CMakeLists.txt
src/include/intarith.h
src/os/CMakeLists.txt
src/os/bluestore/BlueStore.cc

Simple merge
Simple merge
index 65b009cf83f36cb68a1403a19fbd77c934ef0f24,e9c698eae261af4690a7e42fd25848ccf9b436e7..98b8a48946f491bdb34ed043bc7d5a955f6d944b
@@@ -24,8 -24,8 +24,9 @@@ if(WITH_BLUESTORE
      bluestore/BitmapAllocator.cc
      bluestore/AvlAllocator.cc
      bluestore/BtreeAllocator.cc
 +    bluestore/Btree2Allocator.cc
      bluestore/HybridAllocator.cc
+     bluestore/Writer.cc
    )
  endif(WITH_BLUESTORE)
  
Simple merge