]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: revert PR#57582 60540/head
authorRonen Friedman <rfriedma@redhat.com>
Tue, 29 Oct 2024 13:04:10 +0000 (08:04 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Tue, 29 Oct 2024 13:04:10 +0000 (08:04 -0500)
commit63c0649da42ae08b1fdf8d17a4578ab034f5c813
tree0d6bf4dfaf3b96274b47a9b0126156ae25a59112
parentc0451e1ca2b471dbdadb13cd64178e3dd83b4c62
osd: revert PR#57582

The reverted commit unconditionally copies the Info
data from the primary-info message to the replica,
causing multiple tests failures.

For example:
compare the failures in
https://pulpito.ceph.com/?branch=wip-rf-store2-steps
to
https://pulpito.ceph.com/?branch=wip-rf-store2-steps-reverted
(with said PR reverted).

Revert "src/osd: pg stat are not synced between osds after deep-scrub. So if primary osd is killed, next primary osd has wrong stats. Reason behind it is PeeringState::proc_primary_info does not process or update any pg stats."

This reverts commit a24f3cf1e9088c30899ee6f4a8cbda6b0f350518.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/PeeringState.cc