]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd/recovery_backend: correctly handle missing object in scan_for_backfill
authorSamuel Just <sjust@redhat.com>
Tue, 15 Apr 2025 19:57:35 +0000 (12:57 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 21 Apr 2025 16:30:28 +0000 (09:30 -0700)
commit88432ebd7432c513ccd495e77425401beddb9953
treee695bb7a97381575325e7d2b64df873a2a8f7dd1
parent1f9f14e3f60b5eaa2cf19ab7754b58af60063584
crimson/osd/recovery_backend: correctly handle missing object in scan_for_backfill

load_and_lock can return enoent if object is missing.

Fixes: https://tracker.ceph.com/issues/70936
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/recovery_backend.cc