Merge "Fix mysql check for galera for CentOS"

This commit is contained in:
Jenkins 2017-05-08 17:56:34 +00:00 committed by Gerrit Code Review
commit 310c3cc797

View File

@ -49,7 +49,7 @@
delay: 10
- name: Check that WSREP is ready and Synced
shell: "/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf extended-status | egrep '(wsrep_local_state_comment)'"
shell: "/usr/bin/mysqladmin extended-status | egrep '(wsrep_local_state_comment)'"
register: mysql_ready
until:
- mysql_ready.rc == 0