]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/scheduler: add missing breaks in PGRecoveryMsg::run 69743/head
authorSun Yuechi <sunyuechi@iscas.ac.cn>
Thu, 25 Jun 2026 13:39:11 +0000 (21:39 +0800)
committerKefu Chai <k.chai@proxmox.com>
Sat, 27 Jun 2026 13:08:40 +0000 (21:08 +0800)
commit03cf6f5f00375904d41212f8ec8dce25d1e81b60
tree954879131d8e4d30a1592e24555ed0c4622c2971
parentb8098d884409f6b3fbb5c282a3748e76fec6b512
osd/scheduler: add missing breaks in PGRecoveryMsg::run

Without these breaks the switch fell through, recording a single
message's latency into every following per-type counter.

Fixes: https://tracker.ceph.com/issues/77751
Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
src/osd/scheduler/OpSchedulerItem.cc