From: Adam King Date: Tue, 9 Aug 2022 20:40:14 +0000 (-0400) Subject: cephadm: support for Oracle Linux 8 X-Git-Tag: v17.2.4~19^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=725d1efd19a5f3d1e97c24d2c25fbf7302ab0795;p=ceph.git cephadm: support for Oracle Linux 8 Fixes: https://tracker.ceph.com/issues/57080 Signed-off-by: Adam King (cherry picked from commit 5da58ca5e24cecfd03f7062035a34ee62e26bbef) --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 3d540f4edd35..e8b7c17cf347 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -7651,6 +7651,7 @@ class YumDnf(Packager): 'scientific': ('centos', 'el'), 'rocky': ('centos', 'el'), 'almalinux': ('centos', 'el'), + 'ol': ('centos', 'el'), 'fedora': ('fedora', 'fc'), 'mariner': ('mariner', 'cm'), }