]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd: add tmap support
authorSamuel Just <sjust@redhat.com>
Tue, 4 Oct 2022 20:55:52 +0000 (20:55 +0000)
committerSamuel Just <sjust@redhat.com>
Mon, 10 Oct 2022 01:00:29 +0000 (18:00 -0700)
commitae84c12df31096bab8323ba521ba00f829adff23
tree5ebe84789cbce861f3d2311b886766345f905960
parentdc47193f6ff5fff92b2bdff1f3ed25ef9f8c2be7
crimson/osd: add tmap support

rbdv1 headers use tmap, it's somewhat easier to add support to crimson
than to modify those tests to avoid rbdv1 on crimson.

Fixes: https://tracker.ceph.com/issues/57759
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/CMakeLists.txt
src/crimson/common/tmap_helpers.cc [new file with mode: 0644]
src/crimson/common/tmap_helpers.h [new file with mode: 0644]
src/crimson/osd/ops_executer.cc
src/crimson/osd/pg_backend.cc
src/crimson/osd/pg_backend.h