]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: support for Oracle Linux 8 47523/head
authorAdam King <adking@redhat.com>
Tue, 9 Aug 2022 20:40:14 +0000 (16:40 -0400)
committerAdam King <adking@redhat.com>
Tue, 9 Aug 2022 20:40:14 +0000 (16:40 -0400)
Fixes: https://tracker.ceph.com/issues/57080
Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm

index ba342991e1b0c0d657a4ad6e29f4606dd1d30b1b..e3689a5a661c97d93b36ebd63d5f5b332f920160 100755 (executable)
@@ -7764,6 +7764,7 @@ class YumDnf(Packager):
         'scientific': ('centos', 'el'),
         'rocky': ('centos', 'el'),
         'almalinux': ('centos', 'el'),
+        'ol': ('centos', 'el'),
         'fedora': ('fedora', 'fc'),
         'mariner': ('mariner', 'cm'),
     }