]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: support for Oracle Linux 8 47661/head
authorAdam King <adking@redhat.com>
Tue, 9 Aug 2022 20:40:14 +0000 (16:40 -0400)
committerAdam King <adking@redhat.com>
Wed, 17 Aug 2022 18:25:14 +0000 (14:25 -0400)
Fixes: https://tracker.ceph.com/issues/57080
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 5da58ca5e24cecfd03f7062035a34ee62e26bbef)

src/cephadm/cephadm

index 34157c8130cfb984269ab2d2213e3a23f8bf28d1..87f3e0b0808cab3451a01432bde960cc3e828f1f 100755 (executable)
@@ -6749,6 +6749,7 @@ class YumDnf(Packager):
         'scientific': ('centos', 'el'),
         'rocky': ('centos', 'el'),
         'almalinux': ('centos', 'el'),
+        'ol': ('centos', 'el'),
         'fedora': ('fedora', 'fc'),
         'mariner': ('mariner', 'cm'),
     }