From: Dennis Körner <79668910+netzwergehh@users.noreply.github.com> Date: Tue, 4 May 2021 15:59:59 +0000 (+0200) Subject: Add Rocky Linux to supported DISTRO_NAMES X-Git-Tag: v17.1.0~2063^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=188e6b3fc56960ea731c71e57af64eb8c1fc76ea;p=ceph-ci.git Add Rocky Linux to supported DISTRO_NAMES Rocky Linux is a RHEL clone. I did a test-installation of ceph pacific on Rocky Linux RC1 with cephadm. As far as I can see, everything works as expected. Signed-off-by: Dennis Körner --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index fd5cbafde0f..7e88440c8ba 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -5872,6 +5872,7 @@ class YumDnf(Packager): 'centos': ('centos', 'el'), 'rhel': ('centos', 'el'), 'scientific': ('centos', 'el'), + 'rocky': ('centos', 'el'), 'fedora': ('fedora', 'fc'), }