From: Venky Shankar Date: Mon, 15 Jul 2024 06:56:32 +0000 (+0000) Subject: qa/cephfs: s/prefetch_dirfrags/prefetch_oft_dirfrags X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f64a274561a3824c596dc7d01ac11e2f363c4eef;p=ceph.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 a602a0353e75..000000000000 --- 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 91b45367934c..000000000000 --- 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 bd202f988c86..000000000000 --- 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 000000000000..a602a0353e75 --- /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 000000000000..91b45367934c --- /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 000000000000..bd202f988c86 --- /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