ceph/qa/suites/rbd/mirror-thrash/rbd-mirror/four-per-cluster.yaml
Jason Dillaman 21ec764499 qa/tasks: rbd_mirror_thrash should wait for daemon exit before restarting
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2018-05-31 09:48:47 -04:00

32 lines
691 B
YAML

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