Installing the Ceph Software
- Run the following command to set the Yum certificate verification status of all server nodes and client nodes to verification-free:
1vi /etc/yum.confAdd the following content to the end of the file:1 2
sslverify=false deltarpm=0
- Install Ceph on all server nodes and client nodes.
1 2
dnf -y install librados2-14.2.8 ceph-14.2.8 pip install prettytable werkzeug
- Install ceph-deploy on the ceph1 node.
1pip install ceph-deploy
- On ceph1, add a line of code to the _get_distro function in the /lib/python2.7/site-packages/ceph_deploy/hosts/__init__.py file to adapt the software to the openEuler system.
1vi /lib/python2.7/site-packages/ceph_deploy/hosts/__init__.py'openeuler':fedora,

- View the version on each node.
1ceph -vThe command output is similar to the following:
1ceph version 14.2.8 (2d095e947a02261ce61424021bb43bd3022d35cb) nautilus (stable)
Parent topic: Installing Ceph
