]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/os/seastore: add log_manager to handle pgmeta_oid's key-value pairs separately
authormyoungwon oh <ohmyoungwon@gmail.com>
Thu, 28 Aug 2025 02:49:50 +0000 (11:49 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Tue, 17 Mar 2026 08:03:32 +0000 (17:03 +0900)
commita059868fa93925768ecf53e08a48171e05ac3edb
tree305e4b42933a3745885319788db59598424f1ac6
parent65b0170b9c93fc3d45368b1b948c4fac94e60613
crimson/os/seastore: add log_manager to handle pgmeta_oid's key-value pairs separately

Signed-off-by: Myoungwon Oh <ohmyoungwon@gmail.com>
src/crimson/os/seastore/CMakeLists.txt
src/crimson/os/seastore/cache.cc
src/crimson/os/seastore/omap_manager/log/log_manager.cc [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/log/log_manager.h [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/log/log_node.cc [new file with mode: 0644]
src/crimson/os/seastore/omap_manager/log/log_node.h [new file with mode: 0644]
src/crimson/os/seastore/seastore.cc
src/crimson/os/seastore/seastore_types.cc
src/crimson/os/seastore/seastore_types.h