From a1733da2c99740ac3610930bafe0a9f6e55fb6b0 Mon Sep 17 00:00:00 2001 From: Jing Wenjun Date: Fri, 31 May 2019 10:16:08 +0800 Subject: [PATCH] osd: the sub_op_scrub_map has been removed sub_op_scrub_map replaced by do_replica_scrub_map, sync the comments. Signed-off-by: Jing Wenjun --- src/osd/PG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index a44766b98ac..f3f985d03bd 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -2812,7 +2812,7 @@ void PG::chunky_scrub(ThreadPool::TPHandle &handle) case PG::Scrubber::WAIT_REPLICAS: if (!scrubber.waiting_on_whom.empty()) { - // will be requeued by sub_op_scrub_map + // will be requeued by do_replica_scrub_map dout(10) << "wait for replicas to build scrub map" << dendl; done = true; break; -- 2.39.5