Rocky Linux 10 has a CRB repo that must be enabled for a number of
Ceph's dependencies to be installed via dnf.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
$SUDO dnf config-manager --set-enabled crb
elif test $ID = centos -a $MAJOR_VERSION = 10 ; then
$SUDO dnf config-manager --set-enabled crb
+ elif test $ID = rocky -a $MAJOR_VERSION = 10 ; then
+ $SUDO dnf config-manager --set-enabled crb
elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
dts_ver=11
$SUDO dnf config-manager --set-enabled "codeready-builder-for-rhel-8-${ARCH}-rpms"