]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: use ceph/conf/mds rather than ceph/cephfs in yaml 46063/head
authorVenky Shankar <vshankar@redhat.com>
Wed, 27 Apr 2022 15:13:22 +0000 (11:13 -0400)
committerVenky Shankar <vshankar@redhat.com>
Thu, 28 Apr 2022 04:58:33 +0000 (10:28 +0530)
The way the config option was set results in the respective
MDS codepaths to never get exercised.

Fixes: http://tracker.ceph.com/issues/55170
Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/cephfs/overrides/prefetch_entire_dirfrags/no.yaml
qa/cephfs/overrides/prefetch_entire_dirfrags/yes.yaml

index 41903ef45fca2ad9e7c80fbac1123f352b3ae5eb..71d6d73bac29aa6f1f3722f83e3303f26ef83b31 100644 (file)
@@ -1,4 +1,5 @@
 overrides:
   ceph:
-    cephfs:
-      mds_dir_prefetch: false 
+    conf:
+      mds:
+        mds_dir_prefetch: false
index 143865a33f1a1397748574729ffa6ceb5e34c296..5d25b61d181d0aa50703eda88cbd7b92be0085a5 100644 (file)
@@ -1,4 +1,5 @@
 overrides:
   ceph:
-    cephfs:
-      mds_dir_prefetch: true
+    conf:
+      mds:
+        mds_dir_prefetch: true