]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG.cc: CEPH_OSD_OP_OMAPRMKEYRANGE should mark omap dirty 45592/head
authorNeha Ojha <nojha@redhat.com>
Wed, 16 Mar 2022 18:37:19 +0000 (18:37 +0000)
committerVikhyat Umrao <vikhyat@redhat.com>
Wed, 23 Mar 2022 16:04:57 +0000 (09:04 -0700)
commita70a95a908025a3f0d59363855e00bca4ee803b3
tree3070d37c8f95db59bf08e52d3c70dbc1fee27322
parent8eca9fabfab413f9ae34f785514d2c1eb4b34635
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 cb927925af1f3df4b9c31df85cf31f982aae1988.

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 <nojha@redhat.com>
(cherry picked from commit f7fd5895fd3d7d7c4691be91434868d90f7a4e0f)
src/osd/PrimaryLogPG.cc