]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/pg_recovery: call on_global_recover on replica-recover-deleted 70547/head
authorXuehan Xu <xuxuehan@qianxin.com>
Sun, 26 Jul 2026 12:00:02 +0000 (20:00 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Sun, 26 Jul 2026 12:55:32 +0000 (20:55 +0800)
commit6dab4b50345fc1cc3c40890f2cd692450392c081
tree73c0efebb8cde31bdca354f5d4e13ae673fa48a9
parent72b684aaea633a59313478fb506ec7ad3fc7dd6f
crimson/osd/pg_recovery: call on_global_recover on replica-recover-deleted
objects only when it's not missing on the primary too

The issue was introduced by 60537bdd2f42fb87c9d4a8b62e9e722231a8842b
which didn't fix the issue it was supposed to because of the same error
this commit tries to fix.

Fixes: https://tracker-origin.ceph.com/issues/78676
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/osd/pg_recovery.cc