mirror of
https://github.com/ceph/ceph
synced 2025-01-09 12:42:31 +00:00
21ec764499
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
32 lines
691 B
YAML
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
|