By mistake, the 'scrub starts' message included the shard ID
of the primary OSD, instead of just the PG ID.
Fixes: https://tracker.ceph.com/issues/71780
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
(cherry picked from commit
e8cde5811f07f0847a1aac20279aa83f57e4562d)
session.m_osd_counters->inc(session.m_counters_idx->active_started_cnt);
scrbr->get_clog()->debug()
- << fmt::format("{} {} starts", pg_id, scrbr->get_op_mode_text());
+ << fmt::format("{} {} starts", pg_id.pgid, scrbr->get_op_mode_text());
scrbr->on_init();
}