mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
15 lines
365 B
YAML
15 lines
365 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:
|
|
- rbd-mirror:
|
|
client: cluster1.client.mirror
|
|
- rbd-mirror:
|
|
client: cluster2.client.mirror
|