Ceph Storage Cluster
Ceph Object Storage
Installing a Ceph Cluster
RBD Images
CephFS
Creating a CephFS
Mounting a Ceph FS
Mounting a ceph filesystem on a system outside the storage cluster requires four things:
- the ceph.conf file from the /etc/ceph directory on a cluster node
- a keyring created on the ceph master node for client authentication
- the 'mount.ceph' mount helper, available in the 'ceph-common' package
- an entry in the /etc/fstab file
/etc/fstab
This line will mount the Ceph FS on boot:
:/ /<mountpoint> ceph name=devcluster 0 0