]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: use 4 mds cluster for multifs tests
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 13 Jul 2018 04:35:46 +0000 (21:35 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 13 Jul 2018 19:11:44 +0000 (12:11 -0700)
Fixes: http://tracker.ceph.com/issues/24899
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/cephfs/clusters/1a3s-mds-1c-client.yaml [new file with mode: 0644]
qa/cephfs/clusters/1a3s-mds-2c-client.yaml [new file with mode: 0644]
qa/suites/fs/multifs/clusters/1-mds-2-client-coloc.yaml [deleted symlink]
qa/suites/fs/multifs/clusters/1a3s-mds-2c-client.yaml [new symlink]

diff --git a/qa/cephfs/clusters/1a3s-mds-1c-client.yaml b/qa/cephfs/clusters/1a3s-mds-1c-client.yaml
new file mode 100644 (file)
index 0000000..0b479ed
--- /dev/null
@@ -0,0 +1,12 @@
+roles:
+- [mon.a, mgr.y, mds.a, mds.w-s, osd.0, osd.1, osd.2, osd.3, client.0]
+- [mon.b, mon.c, mgr.x, mds.x-s, mds.y-s, osd.4, osd.5, osd.6, osd.7]
+openstack:
+- volumes: # attached to each instance
+    count: 4
+    size: 20 # GB
+- machine:
+    disk: 200 # GB
+log-rotate:
+  ceph-mds: 10G
+  ceph-osd: 10G
diff --git a/qa/cephfs/clusters/1a3s-mds-2c-client.yaml b/qa/cephfs/clusters/1a3s-mds-2c-client.yaml
new file mode 100644 (file)
index 0000000..01388ae
--- /dev/null
@@ -0,0 +1,12 @@
+roles:
+- [mon.a, mgr.y, mds.a, mds.w-s, osd.0, osd.1, osd.2, osd.3, client.0]
+- [mon.b, mon.c, mgr.x, mds.x-s, mds.y-s, osd.4, osd.5, osd.6, osd.7, client.1]
+openstack:
+- volumes: # attached to each instance
+    count: 4
+    size: 20 # GB
+- machine:
+    disk: 200 # GB
+log-rotate:
+  ceph-mds: 10G
+  ceph-osd: 10G
diff --git a/qa/suites/fs/multifs/clusters/1-mds-2-client-coloc.yaml b/qa/suites/fs/multifs/clusters/1-mds-2-client-coloc.yaml
deleted file mode 120000 (symlink)
index d5b5c4d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/cephfs/clusters/1-mds-2-client-coloc.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/multifs/clusters/1a3s-mds-2c-client.yaml b/qa/suites/fs/multifs/clusters/1a3s-mds-2c-client.yaml
new file mode 120000 (symlink)
index 0000000..c190ea9
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/clusters/1a3s-mds-2c-client.yaml
\ No newline at end of file