From 30b874726077f6a563f62ee4d0ef90c21155e958 Mon Sep 17 00:00:00 2001 From: hennaboy Date: Sun, 24 May 2020 10:59:01 +0100 Subject: [PATCH] Update haManager.py centos 8 --- highAvailability/haManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highAvailability/haManager.py b/highAvailability/haManager.py index 077ada262..dcda19b6d 100755 --- a/highAvailability/haManager.py +++ b/highAvailability/haManager.py @@ -36,7 +36,7 @@ class HAManager(multi.Thread): def setupNode(self): try: - if ProcessUtilities.decideDistro() == ProcessUtilities.centos: + if ProcessUtilities.decideDistro() == ProcessUtilities.centos or ProcessUtilities.decideDistro() == ProcessUtilities.cent8: mesg = 'Clusters are only supported on Ubuntu 18.04. [404]' logging.statusWriter(self.data['tempStatusPath'], mesg) return 0