CephFS: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 100: Line 100:
<li><p>Configure ceph client:</p>
<li><p>Configure ceph client:</p>


First create a ceoh.conf file Note the different Mon host for the different cloud.  
Once the client is install, you can create a <code>ceph.conf</code> file, note the different Mon host for the different cloud.  
<tabs>
<tabs>
<tab name="Arbutus">
<tab name="Arbutus">
Line 134: Line 134:
</tabs>
</tabs>


Note that the monitors value differ from cluster to cluster.
You can find the monitor information in the share details <i>Path</i> field that will be use to mount the volume. If the value from the web page is different than what is seen here, it means that the wiki page is out of date.
You can find the monitor information in the share details <i>Path</i> field that will be use to mount the volume.
 
You aslo need to put your cient name and secret in the <code>ceph.keyring</code> file
 
{{File
  |name=/etc/ceph/ceph.keyring
  |lang="ini"
  |contents=
[client.MyCephFS-RW]
    key = <Your access Key>
}}
 
The acces key and client name (here MyCephFS-RW) are found
 


</li>
</li>
cc_staff
127

edits