]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: enable crb for rocky 10
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 20 Jun 2025 23:25:53 +0000 (19:25 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 21 Jun 2025 00:07:09 +0000 (20:07 -0400)
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>
install-deps.sh

index 01a20df24f72b42be7a240887a96e693da8619d9..5c40be97e8b076970ff3272d0788cdfb365d0195 100755 (executable)
@@ -493,6 +493,8 @@ else
                     $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"