Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Ceph

This section describes how to install Ceph 16.2.7.

Perform the following steps:

  1. Clean the cache and generate the local Yum cache.
    1
    yum clean all && yum makecache
    
  2. Install Ceph.
    1
    yum install ceph -y
    

    Check the Ceph version. If the version is 16.2.7, the installation is successful.

    1
    ceph -v