...
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 | ||
|---|---|---|
| ||
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
yum install centos-release-ceph-reef-1.0-1.el9.noarch |
Then:
| Code Block | ||
|---|---|---|
| ||
yum clean all
yum update
dnf config-manager --set-enabled crb
yum install ceph / yum install ceph-<version> |
...