Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enable the hw check via nagios querying the idrac

Disable SELinux

Install/reinstall epel


By default epel-release is installed but the repo is disabled

Code Block
rpm -e epel-release
yum install epel-release

Install ceph:

...

Code Block
languagebash
rpm -Uvh https://download.ceph.com/rpm-reefsquid/el9/noarch/ceph-release-1-1.el9.noarch.rpm

or if you need older versions wrt latest

code
yum install centos-release-ceph-reef-1.0-1.el9.noarch



Then:

Code Block
languagebash
yum clean all
yum update
dnf config-manager --set-enabled crb
yum install ceph / yum install ceph-<version>

...