bug fix: cluster path for centos

This commit is contained in:
Usman Nasir
2021-04-15 16:38:05 +05:00
parent 4b1d5767db
commit 73bef27c46

View File

@@ -48,7 +48,7 @@ class ClusterManager:
def FetchMySQLConfigFile(self):
if ProcessUtilities.decideDistro() == ProcessUtilities.centos:
return '/etc/mysql/conf.d/cluster.cnf'
return '/etc/my.cnf.d//cluster.cnf'
else:
return '/etc/mysql/conf.d/cluster.cnf'