]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rbd/mirror/rbd-mirror/one-per-cluster.yaml
update sources to v12.1.2
[ceph.git] / ceph / qa / suites / rbd / mirror / rbd-mirror / one-per-cluster.yaml
CommitLineData
7c673cae
FG
1meta:
2- desc: run one rbd-mirror daemon per cluster
3overrides:
4 ceph:
5 conf:
6 client.mirror:
7 # override to make these names predictable
8 admin socket: /var/run/ceph/$cluster-$name.asok
9 pid file: /var/run/ceph/$cluster-$name.pid
10tasks:
c07f9fc5
FG
11- exec:
12 cluster1.client.mirror:
13 - ceph --cluster cluster1 auth caps client.mirror mon 'profile rbd' osd 'profile rbd'
14 cluster2.client.mirror:
15 - ceph --cluster cluster2 auth caps client.mirror mon 'profile rbd' osd 'profile rbd'
7c673cae
FG
16- rbd-mirror:
17 client: cluster1.client.mirror
18- rbd-mirror:
19 client: cluster2.client.mirror