]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: adjust MDSRank::command_tag_path invocation of enqueue_scrub() 47649/head
authordparmar18 <dparmar@redhat.com>
Fri, 27 Jan 2023 13:59:10 +0000 (19:29 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Fri, 3 Mar 2023 06:14:55 +0000 (11:44 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
src/mds/MDSRank.cc

index b1bc29f72bf741dd77cb7fb165d495e7c953d959..be66656e26d5d8be1e44aef023496f771f93847f 100644 (file)
@@ -3003,7 +3003,7 @@ void MDSRank::command_tag_path(Formatter *f,
   C_SaferCond scond;
   {
     std::lock_guard l(mds_lock);
-    mdcache->enqueue_scrub(path, tag, true, true, false, f, &scond);
+    mdcache->enqueue_scrub(path, tag, true, true, false, false, f, &scond);
   }
   scond.wait();
 }