]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: use more OSDs for workload tests
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 30 Oct 2020 20:46:04 +0000 (13:46 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 3 Nov 2020 21:00:42 +0000 (13:00 -0800)
Running out of space / slow requests are less likely this way.

Fixes: https://tracker.ceph.com/issues/23718
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/cephfs/clusters/1a2s-mds-1c-client-3node.yaml [new file with mode: 0644]
qa/suites/fs/workload/clusters/1-mds-1-client.yaml [deleted symlink]
qa/suites/fs/workload/clusters/1a2s-mds-1c-client-3node.yaml [new symlink]

diff --git a/qa/cephfs/clusters/1a2s-mds-1c-client-3node.yaml b/qa/cephfs/clusters/1a2s-mds-1c-client-3node.yaml
new file mode 100644 (file)
index 0000000..3a9ff34
--- /dev/null
@@ -0,0 +1,10 @@
+roles:
+- [mon.a, mgr.x, mds.a, osd.0, osd.3, osd.6, osd.9, client.0]
+- [mon.b, mgr.y, mds.b, osd.1, osd.4, osd.7, osd.10]
+- [mon.c, mgr.z, mds.c, osd.2, osd.5, osd.8, osd.11]
+openstack:
+- volumes: # attached to each instance
+    count: 4
+    size: 20 # GB
+- machine:
+    disk: 200 # GB
diff --git a/qa/suites/fs/workload/clusters/1-mds-1-client.yaml b/qa/suites/fs/workload/clusters/1-mds-1-client.yaml
deleted file mode 120000 (symlink)
index 64bdb79..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/cephfs/clusters/1-mds-1-client.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/workload/clusters/1a2s-mds-1c-client-3node.yaml b/qa/suites/fs/workload/clusters/1a2s-mds-1c-client-3node.yaml
new file mode 120000 (symlink)
index 0000000..5d4410c
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/clusters/1a2s-mds-1c-client-3node.yaml
\ No newline at end of file