The Ceph Filesystem is natively supported by the LINUX kernel; however, if your host is running on a lower kernel version or if you have any application dependency, you can always use the FUSE client for Ceph to mount Ceph FS.
Accessing Ceph FS through FUSE client
How to do it...
Let's review how to configure FUSE client for access to the Ceph cluster and mounting Ceph FS:
- Validate that the Ceph FUSE package is installed on the machine client-node1 (Ansible installs this as part of the client packages):
# rpm -qa |grep -i ceph-fuse
- Validate that the Ceph FS keyring file is created client-node1 in /etc/ceph/ceph.client.cephfs.keyring, with the following contents (note your key will be different from the example...