Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osd/PrimaryLogPG.cc: CEPH_OSD_OP_OMAPRMKEYRANGE should mark omap dirty
We should mark_omap_dirty() for all omap write ops, just like we did in cb92792. Currently, for CEPH_OSD_OP_OMAPRMKEYRANGE ops, clean_omap gets set to true, which results in incomplete recovery of objects and results in inconsistent PGs after a scrub. Fixes: https://tracker.ceph.com/issues/54592 Signed-off-by: Neha Ojha <[email protected]>
- Loading branch information