Update haManager.py

centos 8
This commit is contained in:
hennaboy 2020-05-24 10:59:01 +01:00
parent 95350179b1
commit 30b8747260
1 changed files with 1 additions and 1 deletions

View File

@ -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