]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd/pg: add PG::remove_object_maybe_snapmapped()
authorXuehan Xu <xuxuehan@qianxin.com>
Sat, 17 Aug 2024 10:41:13 +0000 (18:41 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Tue, 20 Aug 2024 07:21:57 +0000 (15:21 +0800)
commit32c9183b1f8cb9e57d1e5772de1a6447a6f9ef7f
treed9bc009b5f92e28d950dfa87d684907eb0ca4847
parentf2fdffa68635b9927a3b88eec3f320371a826ef5
crimson/osd/pg: add PG::remove_object_maybe_snapmapped()

(recover/backfill)_delete should remove oids in the snap mapper together
with the objects

Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/osd/pg.cc
src/crimson/osd/pg.h
src/crimson/osd/recovery_backend.cc
src/crimson/osd/replicated_recovery_backend.cc