initial code repo
[stor4nfv.git] / src / ceph / qa / suites / rbd / mirror-ha / workloads / rbd-mirror-ha-workunit.yaml
1 meta:
2 - desc: run the rbd_mirror_ha.sh workunit to test the rbd-mirror daemon
3 tasks:
4 - exec:
5     cluster1.client.mirror:
6     - ceph --cluster cluster1 auth caps client.mirror mon 'profile rbd' osd 'profile rbd'
7     cluster2.client.mirror:
8     - ceph --cluster cluster2 auth caps client.mirror mon 'profile rbd' osd 'profile rbd'
9 - workunit:
10     clients:
11       cluster1.client.mirror: [rbd/rbd_mirror_ha.sh]
12     env:
13       # override workunit setting of CEPH_ARGS='--cluster'
14       CEPH_ARGS: ''
15       RBD_MIRROR_USE_EXISTING_CLUSTER: '1'
16     timeout: 6h