Skip to content

Commit 5aeaa10

Browse files
authored
Merge pull request ceph#64211 from ronen-fr/wip-rf-noshard
osd/scrub: 'starts' messages should name PGs, not shards Reviewed-by: Aishwarya Mathuria <[email protected]>
2 parents dde7734 + e8cde58 commit 5aeaa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osd/scrubber/scrub_machine.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ ActiveScrubbing::ActiveScrubbing(my_context ctx)
319319

320320
session.m_osd_counters->inc(session.m_counters_idx->active_started_cnt);
321321
scrbr->get_clog()->debug()
322-
<< fmt::format("{} {} starts", pg_id, scrbr->get_op_mode_text());
322+
<< fmt::format("{} {} starts", pg_id.pgid, scrbr->get_op_mode_text());
323323

324324
scrbr->on_init();
325325
}

0 commit comments

Comments
 (0)