CephFS: Difference between revisions

Jump to navigation Jump to search
43 bytes added ,  5 months ago
copyedit
(copyedit)
Line 153: Line 153:
<!--T:50-->
<!--T:50-->
You can now install the ceph lib, cephfs client and other dependencies:
You can now install the ceph lib, cephfs client and other dependencies:
<source lang='bash'>
  sudo apt-get install -y libcephfs2 python3-cephfs ceph-common python3-ceph-argparse
  sudo apt-get install -y libcephfs2 python3-cephfs ceph-common python3-ceph-argparse
</source>


=== Configure ceph client === <!--T:35-->
=== Configure ceph client === <!--T:35-->


<!--T:36-->
<!--T:36-->
Once the client is installed, you can create a <code>ceph.conf</code> file, note the different Mon host for the different cloud.  
Once the client is installed, you can create a <code>ceph.conf</code> file.
Note the different <code>mon host</code> for the different cloud.  
<tabs>
<tabs>
<tab name="Arbutus">
<tab name="Arbutus">
Line 208: Line 211:


<!--T:40-->
<!--T:40-->
Again, the access key and client name (here MyCephFS-RW) are found under access rules on your project web page, hereL Project --> Share --> Shares, click on the name of the share.
Again, the access key and client name (here MyCephFS-RW) are found under access rules on your project web page.
 
Look for Project --> Share --> Shares, then click on the name of the share.


<!--T:41-->
<!--T:41-->
Line 243: Line 246:


<!--T:43-->
<!--T:43-->
'''Note:'''
'''Notice''' the non-standard <code>:</code> before the device path. It is not a typo!  
There is a non-standard/funky <code>:</code> before the device path, it is not a typo!  
The mount options are different on different systems.  
The mount options are different on different systems.  
The namespace option is required for SD4H/Juno while other options are performance tweaks.
The namespace option is required for SD4H/Juno, while other options are performance tweaks.


<!--T:44-->
<!--T:44-->
Line 265: Line 267:
<!--T:45-->
<!--T:45-->
;Or via ceph-fuse if the file system needs to be mounted in user space
;Or via ceph-fuse if the file system needs to be mounted in user space
: No funky <code>:</code> here
: No strange <code>:</code> here.


<!--T:46-->
<!--T:46-->
Bureaucrats, cc_docs_admin, cc_staff
2,879

edits

Navigation menu