From: Jing Wenjun Date: Fri, 31 May 2019 02:16:08 +0000 (+0800) Subject: osd: the sub_op_scrub_map has been removed X-Git-Tag: v15.1.0~2599^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a1733da2c99740ac3610930bafe0a9f6e55fb6b0;p=ceph-ci.git 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 --- 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;