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... 
   user: ... 
   # anything? 
 </code></pre> 


 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 



Back