]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: the sub_op_scrub_map has been removed
authorJing Wenjun <jingwenjun@cmss.chinamobile.com>
Fri, 31 May 2019 02:16:08 +0000 (10:16 +0800)
committerJing Wenjun <jingwenjun@cmss.chinamobile.com>
Fri, 31 May 2019 02:16:08 +0000 (10:16 +0800)
sub_op_scrub_map replaced by do_replica_scrub_map, sync the comments.

Signed-off-by: Jing Wenjun <jingwenjun@cmss.chinamobile.com>
src/osd/PG.cc

index a44766b98acea28afca1ca7fa96981b125f8a948..f3f985d03bd403d537bae109e3317e623f9cb036 100644 (file)
@@ -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;