]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add Rocky Linux to supported DISTRO_NAMES
authorDennis Körner <79668910+netzwergehh@users.noreply.github.com>
Tue, 4 May 2021 15:59:59 +0000 (17:59 +0200)
committerSage Weil <sage@newdream.net>
Fri, 7 May 2021 12:42:41 +0000 (07:42 -0500)
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 <koerner@netzwerge.de>
(cherry picked from commit 188e6b3fc56960ea731c71e57af64eb8c1fc76ea)

src/cephadm/cephadm

index 2bb19a3d32593995c89de699632e0a6951c33c64..524c03867d8caf9352aa32f98fa96a3d45d901ef 100755 (executable)
@@ -5874,6 +5874,7 @@ class YumDnf(Packager):
         'centos': ('centos', 'el'),
         'rhel': ('centos', 'el'),
         'scientific': ('centos', 'el'),
+        'rocky': ('centos', 'el'),
         'fedora': ('fedora', 'fc'),
     }