parent
95350179b1
commit
30b8747260
|
|
@ -36,7 +36,7 @@ class HAManager(multi.Thread):
|
||||||
def setupNode(self):
|
def setupNode(self):
|
||||||
try:
|
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]'
|
mesg = 'Clusters are only supported on Ubuntu 18.04. [404]'
|
||||||
logging.statusWriter(self.data['tempStatusPath'], mesg)
|
logging.statusWriter(self.data['tempStatusPath'], mesg)
|
||||||
return 0
|
return 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue