From: Arthur Outhenin-Chalandre Date: Tue, 23 Nov 2021 14:56:34 +0000 (+0100) Subject: qa/suites/fs: add prefetch_dirfrags tests X-Git-Tag: v16.2.8~154^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=618067605aac46564f353ec6d4609e8075ee65ec;p=ceph.git qa/suites/fs: add prefetch_dirfrags tests Fixes: https://tracker.ceph.com/issues/52591 Signed-off-by: Arthur Outhenin-Chalandre (cherry picked from commit d3946e36f89203bd5c7f51c3a73d1a17a4d19863) --- diff --git a/qa/suites/fs/thrash/workloads/overrides/% b/qa/suites/fs/thrash/workloads/overrides/% new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/fs/thrash/workloads/overrides/+ b/qa/suites/fs/thrash/workloads/overrides/+ deleted file mode 100644 index e69de29bb2d..00000000000 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 index 00000000000..91b45367934 --- /dev/null +++ b/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/no.yaml @@ -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 index 00000000000..bd202f988c8 --- /dev/null +++ b/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/yes.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + mds: + mds oft prefetch dirfrags: true