]> 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:10:31 +0000 (15:40 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit f654de977b8dddcbd4a39ffb4a338b549ca02bb0)

src/mds/MDSRank.cc

index 0ba83bfaba4a464e9e00872b76afd978fa0f31b1..2529be9277dc0086923ae8a4848f8c6e980bed6a 100644 (file)
@@ -3001,7 +3001,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();
 }