mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Bug 13529 - Multiple Management Servers: cloud-setup-databases script fails to execute
status 13529: resolved fixed
This commit is contained in:
parent
5dcff263e1
commit
2b9fe25fcd
@ -358,16 +358,9 @@ for example:
|
|||||||
else: self.errorAndExit(e.__str__())
|
else: self.errorAndExit(e.__str__())
|
||||||
self.info(None, True)
|
self.info(None, True)
|
||||||
|
|
||||||
def checkMysqlConnection():
|
|
||||||
self.info("Testing mysql connection ...", None)
|
|
||||||
sql = "SELECT * from mysql.user limit 0"
|
|
||||||
self.runMysql(sql, 'test script', self.rootuser != None)
|
|
||||||
self.info(None, True)
|
|
||||||
|
|
||||||
checkCloudDbFiles()
|
checkCloudDbFiles()
|
||||||
checkHostName()
|
checkHostName()
|
||||||
checkSELinux()
|
checkSELinux()
|
||||||
checkMysqlConnection()
|
|
||||||
|
|
||||||
def processEncryptionStuff(self):
|
def processEncryptionStuff(self):
|
||||||
def encrypt(input):
|
def encrypt(input):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user