Ceph:Designing and Implementing Scalable Storage Systems
上QQ阅读APP看书,第一时间看更新

Exporting the Ceph Filesystem as NFS

The Network Filesystem (NFS) is one of the most popular shareable filesystem protocols that can be used with every Unix-based system. Unix-based clients that do not understand the Ceph FS type can still access the Ceph Filesystem using NFS. To do this, we would require an NFS server in place that can re-export Ceph FS as an NFS share. NFS-Ganesha is an NFS server that runs in user space and supports the Ceph FS File System Abstraction Layer (FSAL) using libcephfs.

In this recipe, we will demonstrate creating ceph-node1 as an NFS-Ganesha server and exporting Ceph FS as an NFS and mounting it on the client-node1.