Installing Ceph
This section describes how to install Ceph 16.2.7.
Perform the following steps:
- Clean the cache and generate the local Yum cache.
1yum clean all && yum makecache
- Install Ceph.
1yum install ceph -y
Check the Ceph version. If the version is 16.2.7, the installation is successful.
1ceph -v
Parent topic: Ceph 16.2.7 Installation Guide (openEuler 22.03)