Ceph Storage Cluster

From WilliamsNet Wiki
Revision as of 02:19, 5 July 2020 by DrEdWilliams (talk | contribs) (Created page with "== Ceph Object Storage == == Installing a Ceph Cluster == == RBD Images == == CephFS == === Creating a CephFS === === Mounting a Ceph FS === Mounting a ceph filesystem on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:

  1. the ceph.conf file from the /etc/ceph directory on a cluster node
  2. a keyring created on the ceph master node for client authentication
  3. the 'mount.ceph' mount helper, available in the 'ceph-common' package
  4. an entry in the /etc/fstab file

/etc/fstab

This line will mount the Ceph FS on boot:

:/                      /<mountpoint>      ceph    name=devcluster 0 0