]> git-server-git.apps.pok.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)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 31 Jul 2025 16:16:02 +0000 (12:16 -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>
(cherry picked from commit ae7878d3c1aae010776ab7079afe213a9725fb1b)
(cherry picked from commit c3e3b86fbaf82ef85e37e9b5f31517348c459ac3)

install-deps.sh

index 1cb05fe958f0f35daae1c8be7b8f87f4aaf26a42..3a796a63f20af8118f713706121a3b6015391222 100755 (executable)
@@ -487,6 +487,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"