diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /qa/suites/multimds/thrash/clusters | |
parent | Initial commit. (diff) | |
download | ceph-upstream.tar.xz ceph-upstream.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'qa/suites/multimds/thrash/clusters')
l--------- | qa/suites/multimds/thrash/clusters/.qa | 1 | ||||
-rw-r--r-- | qa/suites/multimds/thrash/clusters/3-mds-2-standby.yaml | 4 | ||||
-rw-r--r-- | qa/suites/multimds/thrash/clusters/9-mds-3-standby.yaml | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/qa/suites/multimds/thrash/clusters/.qa b/qa/suites/multimds/thrash/clusters/.qa new file mode 120000 index 00000000..a602a035 --- /dev/null +++ b/qa/suites/multimds/thrash/clusters/.qa @@ -0,0 +1 @@ +../.qa/
\ No newline at end of file diff --git a/qa/suites/multimds/thrash/clusters/3-mds-2-standby.yaml b/qa/suites/multimds/thrash/clusters/3-mds-2-standby.yaml new file mode 100644 index 00000000..5936fcb5 --- /dev/null +++ b/qa/suites/multimds/thrash/clusters/3-mds-2-standby.yaml @@ -0,0 +1,4 @@ +roles: +- [mon.a, mon.c, mds.a, mds.c, mds.e, osd.0, osd.1, osd.2] +- [mon.b, mgr.x, mds.b, mds.d, osd.3, osd.4, osd.5] +- [client.0] diff --git a/qa/suites/multimds/thrash/clusters/9-mds-3-standby.yaml b/qa/suites/multimds/thrash/clusters/9-mds-3-standby.yaml new file mode 100644 index 00000000..6775e621 --- /dev/null +++ b/qa/suites/multimds/thrash/clusters/9-mds-3-standby.yaml @@ -0,0 +1,4 @@ +roles: +- [mon.a, mon.c, mds.a, mds.c, mds.e, mds.g, mds.i, mds.k, osd.0, osd.1, osd.2] +- [mon.b, mgr.x, mds.b, mds.d, mds.f, mds.h, mds.j, mds.l, osd.3, osd.4, osd.5] +- [client.0] |