From 188e6b3fc56960ea731c71e57af64eb8c1fc76ea 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 --- src/cephadm/cephadm | 1 + 1 file changed, 1 insertion(+) 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'), } -- 2.39.5