]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: add snapmapper for split PGs
authorAishwarya Mathuria <amathuri@redhat.com>
Thu, 21 Aug 2025 05:19:43 +0000 (05:19 +0000)
committerAishwarya Mathuria <amathuri@redhat.com>
Thu, 21 Aug 2025 13:58:27 +0000 (13:58 +0000)
commit24a0c2b94257d379dafb1ed148b91820798197ce
tree66fa10546057f399c2e882163d9352ced2d197b4
parentadb9b0718a2d4b14baaea413f319c76c1675d0e8
crimson/osd: add snapmapper for split PGs

make_snapmapper_oid was missing for the new PGs created post-splitting.
This was causing a scrub error due to the missing snap mapper object in the children PGs.

Fixes: https://tracker.ceph.com/issues/72661
Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
src/crimson/osd/osd_operations/pg_advance_map.cc