]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: add AlmaLinux to supported distro
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 5 Aug 2021 17:47:56 +0000 (13:47 -0400)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 10 Aug 2021 14:36:34 +0000 (16:36 +0200)
AlmaLinux [1] is an open-source 1:1 binary compatible fork of RHEL.

[1] https://almalinux.org/

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit f450f25bcf2ddd3322efca8f0c21eba90178840d)

src/cephadm/cephadm

index ce0081d22306f7f0dfdc4266774ecbfaa9db6f65..fefc682d16bcfd49b197b0ba33f734c9d67f36e6 100755 (executable)
@@ -6097,6 +6097,7 @@ class YumDnf(Packager):
         'rhel': ('centos', 'el'),
         'scientific': ('centos', 'el'),
         'rocky': ('centos', 'el'),
+        'almalinux': ('centos', 'el'),
         'fedora': ('fedora', 'fc'),
     }