]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd/osd_operations/client_request: rely on the checks in
authorXuehan Xu <xuxuehan@qianxin.com>
Thu, 28 Aug 2025 08:11:32 +0000 (16:11 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Tue, 2 Sep 2025 06:31:15 +0000 (14:31 +0800)
commit7cdc57c47c3e771b0638b4922b909a48292e15c3
treeddde4b31f52a8834727445c164e7c0c5d82bd07b
parent07abf0a95e633fead55a7e79a4f6ec3668efebfd
crimson/osd/osd_operations/client_request: rely on the checks in
PG::do_recover_missing() to determine whether to recover clone objects

PeeringState::is_missing_any_head_or_clone_of() only checks whether the
head/clone object is missing on the primary.

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