]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: only set frag confs for workloads
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 6 Oct 2021 20:37:34 +0000 (16:37 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 7 Oct 2021 19:08:34 +0000 (15:08 -0400)
Otherwise these local conf overrides prevent functional testing.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/cephfs/conf/mds.yaml
qa/cephfs/overrides/frag.yaml [new file with mode: 0644]
qa/suites/fs/thrash/multifs/overrides/frag.yaml [new symlink]
qa/suites/fs/thrash/workloads/overrides/frag.yaml [new symlink]
qa/suites/fs/workload/overrides/frag.yaml [new symlink]

index 594590ec63769f574ccced1bd29d4d9fa01d2a8d..922f7167ae4742c742d851582ace9d09d5fde5dd 100644 (file)
@@ -4,10 +4,6 @@ overrides:
       mds:
         debug mds: 20
         debug ms: 1
-        mds bal fragment size max: 10000
-        mds bal merge size: 5
-        mds bal split bits: 3
-        mds bal split size: 100
         mds debug frag: true
         mds debug scatterstat: true
         mds op complaint time: 180
diff --git a/qa/cephfs/overrides/frag.yaml b/qa/cephfs/overrides/frag.yaml
new file mode 100644 (file)
index 0000000..f05b3f4
--- /dev/null
@@ -0,0 +1,9 @@
+overrides:
+  ceph:
+    conf:
+      mds:
+        mds bal fragment size max: 10000
+        mds bal merge size: 5
+        mds bal split bits: 3
+        mds bal split size: 100
+
diff --git a/qa/suites/fs/thrash/multifs/overrides/frag.yaml b/qa/suites/fs/thrash/multifs/overrides/frag.yaml
new file mode 120000 (symlink)
index 0000000..5e5cdae
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/overrides/frag.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/thrash/workloads/overrides/frag.yaml b/qa/suites/fs/thrash/workloads/overrides/frag.yaml
new file mode 120000 (symlink)
index 0000000..5e5cdae
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/overrides/frag.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/workload/overrides/frag.yaml b/qa/suites/fs/workload/overrides/frag.yaml
new file mode 120000 (symlink)
index 0000000..5e5cdae
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/overrides/frag.yaml
\ No newline at end of file