]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/recovery_backend: fix RecoveryBackend::temp_contents usage 58694/head
authorXuehan Xu <xuxuehan@qianxin.com>
Sat, 20 Jul 2024 08:17:47 +0000 (16:17 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Mon, 22 Jul 2024 09:43:44 +0000 (17:43 +0800)
commit71ba42693e7334f3905fb7a45a29caa16e5e8a58
treef8c81638c3fbc07c63940672a8da5b2e7679c538
parente33c5a39ee2c68d685ad5d66c1a9d8b745996667
crimson/osd/recovery_backend: fix RecoveryBackend::temp_contents usage

All temp objects are added *only* to PGBackend::temp_content.
cleaning RecoveryBackend::temp_contents (which is always empty) instead
of PGBackend::temp_contents is wrong.

Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/osd/pg_backend.h
src/crimson/osd/recovery_backend.cc
src/crimson/osd/recovery_backend.h