Project

General

Profile

Feature #47261

Updated by Sebastian Wagner about 3 years ago

<pre><code class="yaml">
service_type: cephfs-mirror
service_id: ??? # needed?
placement: ...
spec:
remote_cluster: |
...etc/ceph.conf...
remote_cluster_mon_addr: # OR
remote_cluster_user:
remote_cluster_name: ...
remote_cluster_fsid: ...
user: ...
# anything?
</code></pre>

requirements (to be stored within RADOS (transparent to cephadm) and not as files): requirements:

* cephx user
* cluster name. which cluster name?
* can be multiple FSs. not bound to single cephfs
* user on the seocnds cluster: ceph fs authorize <fs_name> client.mirror_remote / rwps
* cpeh.conf for secondary cluster
* future: multiple peers soon

Back