]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/fs: add prefetch_dirfrags tests 44504/head
authorArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Tue, 23 Nov 2021 14:56:34 +0000 (15:56 +0100)
committerArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Mon, 10 Jan 2022 08:26:44 +0000 (09:26 +0100)
Fixes: https://tracker.ceph.com/issues/52591
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
(cherry picked from commit d3946e36f89203bd5c7f51c3a73d1a17a4d19863)

qa/suites/fs/thrash/workloads/overrides/% [new file with mode: 0644]
qa/suites/fs/thrash/workloads/overrides/+ [deleted file]
qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/no.yaml [new file with mode: 0644]
qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/yes.yaml [new file with mode: 0644]

diff --git a/qa/suites/fs/thrash/workloads/overrides/% b/qa/suites/fs/thrash/workloads/overrides/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/fs/thrash/workloads/overrides/+ b/qa/suites/fs/thrash/workloads/overrides/+
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/no.yaml b/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/no.yaml
new file mode 100644 (file)
index 0000000..91b4536
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      mds:
+        mds oft prefetch dirfrags: false
diff --git a/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/yes.yaml b/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/yes.yaml
new file mode 100644 (file)
index 0000000..bd202f9
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      mds:
+        mds oft prefetch dirfrags: true