mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
20 lines
609 B
YAML
20 lines
609 B
YAML
meta:
|
|
- desc: run one rbd-mirror daemon per cluster
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
client.mirror:
|
|
# override to make these names predictable
|
|
admin socket: /var/run/ceph/$cluster-$name.asok
|
|
pid file: /var/run/ceph/$cluster-$name.pid
|
|
tasks:
|
|
- exec:
|
|
cluster1.client.mirror:
|
|
- ceph --cluster cluster1 auth caps client.mirror mon 'profile rbd' osd 'profile rbd'
|
|
cluster2.client.mirror:
|
|
- ceph --cluster cluster2 auth caps client.mirror mon 'profile rbd' osd 'profile rbd'
|
|
- rbd-mirror:
|
|
client: cluster1.client.mirror
|
|
- rbd-mirror:
|
|
client: cluster2.client.mirror
|