]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #62224 from aclamk/wip-aclamk-pere-wal-fsync
authorAdam Kupczyk <akupczyk@ibm.com>
Wed, 9 Apr 2025 09:09:57 +0000 (11:09 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Apr 2025 09:09:57 +0000 (11:09 +0200)
os/bluestore: Fast WAL for RocksDB

1  2 
src/common/options/global.yaml.in
src/include/buffer.h
src/os/bluestore/BlueFS.cc
src/os/bluestore/BlueFS.h
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h

Simple merge
Simple merge
index c0ddf57437dbfc30c4a0795bbaf0c5e2caaf24d0,c34abdcb8c1a038a14ff082b5c3ca93822655ffc..4972518d4b6d96e41548e9a562b8857100e89c7c
  #include "common/errno.h"
  #include "common/perf_counters.h"
  #include "Allocator.h"
+ #include "include/buffer_fwd.h"
  #include "include/ceph_assert.h"
  #include "common/admin_socket.h"
+ #include "os/bluestore/bluefs_types.h"
  
 -#ifdef WITH_SEASTAR
 +#ifdef WITH_CRIMSON
  #include "crimson/common/perf_counters_collection.h"
  #else
  #include "common/perf_counters_collection.h"
Simple merge
Simple merge
Simple merge