From: Venky Shankar Date: Mon, 15 Jul 2024 06:56:32 +0000 (+0000) Subject: qa/cephfs: s/prefetch_dirfrags/prefetch_oft_dirfrags X-Git-Tag: testing/wip-jcollin-testing-20251009.102444-squid^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da55636ec4fde87c2496063fe75b7f98aa26d1af;p=ceph-ci.git qa/cephfs: s/prefetch_dirfrags/prefetch_oft_dirfrags To explicitly depict what the yaml frag is setting. Signed-off-by: Venky Shankar (cherry picked from commit fa46810b5b3eb50b7a257cf1cb1a36f9dbacbd48) --- diff --git a/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/.qa b/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/.qa deleted file mode 120000 index a602a0353e7..00000000000 --- a/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file diff --git a/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/no.yaml b/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/no.yaml deleted file mode 100644 index 91b45367934..00000000000 --- a/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/no.yaml +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index bd202f988c8..00000000000 --- a/qa/suites/fs/thrash/workloads/overrides/prefetch_dirfrags/yes.yaml +++ /dev/null @@ -1,5 +0,0 @@ -overrides: - ceph: - conf: - mds: - mds oft prefetch dirfrags: true diff --git a/qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/.qa b/qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/.qa new file mode 120000 index 00000000000..a602a0353e7 --- /dev/null +++ b/qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/no.yaml b/qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/no.yaml new file mode 100644 index 00000000000..91b45367934 --- /dev/null +++ b/qa/suites/fs/thrash/workloads/overrides/prefetch_oft_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_oft_dirfrags/yes.yaml b/qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/yes.yaml new file mode 100644 index 00000000000..bd202f988c8 --- /dev/null +++ b/qa/suites/fs/thrash/workloads/overrides/prefetch_oft_dirfrags/yes.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + mds: + mds oft prefetch dirfrags: true