]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/recovery_backend: scan_for_backfill_primary correctly handle 63058/head
authorMatan Breizman <mbreizma@redhat.com>
Tue, 29 Apr 2025 10:10:07 +0000 (10:10 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 30 Apr 2025 08:04:37 +0000 (08:04 +0000)
commit33a3bc25e4c46a158f87d6f5ac9a3b678d9dee77
tree09eeaa3cdeaaa939020e2da4e285046257375793
parent2ed4296866af3634d0799f3b958a3f1f6935daa0
crimson/osd/recovery_backend: scan_for_backfill_primary correctly handle
missing object

scan_for_backfill was seperated to scan_for_backfill_primary and
scan_for_backfill_replica.
The fix from:
https://github.com/ceph/ceph/pull/62837/commits/88432ebd7432c513ccd495e77425401beddb9953
was only copied to the replica version.

Fixes: https://tracker.ceph.com/issues/71124
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 2848bc8ce33bb786e4be3ea52559660282544881)
src/crimson/osd/recovery_backend.cc