Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(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 | 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 | 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--> | ||
''' | '''Notice''' the non-standard <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 | : No strange <code>:</code> here. | ||
<!--T:46--> | <!--T:46--> |