summaryrefslogtreecommitdiffstats
path: root/qa/suites/rbd/mirror-thrash/rbd-mirror/four-per-cluster.yaml
blob: 70df34e402b1aa1f831bea9721bf3f09b621575a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
meta:
- desc: run four rbd-mirror daemons per cluster
tasks:
- rbd-mirror:
    client: cluster1.client.mirror.0
    thrash: True
- rbd-mirror:
    client: cluster1.client.mirror.1
    thrash: True
- rbd-mirror:
    client: cluster1.client.mirror.2
    thrash: True
- rbd-mirror:
    client: cluster1.client.mirror.3
    thrash: True
- rbd-mirror:
    client: cluster2.client.mirror.0
    thrash: True
- rbd-mirror:
    client: cluster2.client.mirror.1
    thrash: True
- rbd-mirror:
    client: cluster2.client.mirror.2
    thrash: True
- rbd-mirror:
    client: cluster2.client.mirror.3
    thrash: True
- rbd-mirror-thrash:
    cluster: cluster1
- rbd-mirror-thrash:
    cluster: cluster2