]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: 'starts' messages should name PGs, not shards 64212/head
authorRonen Friedman <rfriedma@redhat.com>
Thu, 26 Jun 2025 13:27:57 +0000 (08:27 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 26 Jun 2025 14:41:59 +0000 (09:41 -0500)
commitc6a8d943973bba25d2b2876c30bcb58c3d192f6c
tree7060d4bc0122871401469946fdb27fb4814ac692
parentfd748feaff1b7bdc85928d3ecfd8c01497744df5
osd/scrub: 'starts' messages should name PGs, not shards

By mistake, the 'scrub starts' message included the shard ID
of the primary OSD, instead of just the PG ID.

Fixes: https://tracker.ceph.com/issues/71780
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
(cherry picked from commit e8cde5811f07f0847a1aac20279aa83f57e4562d)
src/osd/scrubber/scrub_machine.cc