]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: disable too few PG warning during Mimic deploy 31063/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 22 Oct 2019 23:04:57 +0000 (16:04 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 24 Oct 2019 22:12:43 +0000 (15:12 -0700)
Mimic will raise this warning when we use 8 PGs for CephFS metadata/data
pools.

Fixes: fc88e6c6c55402120a432ea47f05f321ba4c9bb1
Fixes: https://tracker.ceph.com/issues/42434
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/suites/fs/upgrade/featureful_client/old_client/overrides/pg-warn.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/pg-warn.yaml [new file with mode: 0644]

diff --git a/qa/suites/fs/upgrade/featureful_client/old_client/overrides/pg-warn.yaml b/qa/suites/fs/upgrade/featureful_client/old_client/overrides/pg-warn.yaml
new file mode 100644 (file)
index 0000000..4ae54a4
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      global:
+        mon pg warn min per osd: 0
diff --git a/qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/pg-warn.yaml b/qa/suites/fs/upgrade/featureful_client/upgraded_client/overrides/pg-warn.yaml
new file mode 100644 (file)
index 0000000..4ae54a4
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      global:
+        mon pg warn min per osd: 0