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: v16.2.5~51^2~3^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c5abc4bb151bfda287b4533bf2c864da8708de04;p=ceph.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 (cherry picked from commit 188e6b3fc56960ea731c71e57af64eb8c1fc76ea) --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 2bb19a3d3259..524c03867d8c 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -5874,6 +5874,7 @@ class YumDnf(Packager): 'centos': ('centos', 'el'), 'rhel': ('centos', 'el'), 'scientific': ('centos', 'el'), + 'rocky': ('centos', 'el'), 'fedora': ('fedora', 'fc'), }