From c5abc4bb151bfda287b4533bf2c864da8708de04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dennis=20K=C3=B6rner?= <79668910+netzwergehh@users.noreply.github.com> Date: Tue, 4 May 2021 17:59:59 +0200 Subject: [PATCH] Add Rocky Linux to supported DISTRO_NAMES MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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) --- src/cephadm/cephadm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 2bb19a3d32593..524c03867d8ca 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'), } -- 2.39.5