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: ... 
 </code></pre> 

 * no service_id: cephfs-mirror daemon can handle multiple FSs.  

 


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

 * 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