]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: adjust MDSRank::command_tag_path invocation of enqueue_scrub()
authordparmar18 <dparmar@redhat.com>
Fri, 27 Jan 2023 13:59:10 +0000 (19:29 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Fri, 31 Mar 2023 10:14:13 +0000 (15:44 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit f654de977b8dddcbd4a39ffb4a338b549ca02bb0)

src/mds/MDSRank.cc

index d4f258d6bcf4d9569968ca8de2943bcc0643b6cb..68a8cfacec8682b98eb09e6b4a81a957c72d4604 100644 (file)
@@ -2980,7 +2980,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();
 }