Skip to content
LiveStart building for free · CA$100 signup credit, up to CA$300 totalCA$1 verification payment credited back · Ends December 31, 2026
Get started for free →

File Storage (CephFS)

CephFS is a POSIX-compliant shared filesystem backed by your cluster. Many clients mount the same filesystem at once, which suits shared home directories, build artifacts, media pipelines, and HPC scratch space.

Mount CephFS with the kernel client or via FUSE. With the kernel client:

mount -t ceph <mon-host>:6789:/ /mnt/cephfs \
-o name=<client>,secret=<key>

The monitor host, client name, and key come from your credentials document. For Kubernetes, the Ceph CSI driver provisions CephFS volumes dynamically.

  • Many clients need shared, concurrent read/write access to the same files.
  • You need POSIX semantics (directories, permissions) rather than object or block.
  • Workloads such as HPC scratch, CI and build caches, or shared datasets.
ResourceURL
CephFShttps://docs.ceph.com/en/latest/cephfs/
Ceph CSIhttps://github.com/ceph/ceph-csi