Merge "Fix wsrep sync status task while switched to TCP/IP"
This commit is contained in:
commit
65886c1d4e
@ -31,7 +31,8 @@
|
|||||||
become: true
|
become: true
|
||||||
command: >-
|
command: >-
|
||||||
{{ kolla_container_engine }} exec {{ mariadb_service.container_name }}
|
{{ kolla_container_engine }} exec {{ mariadb_service.container_name }}
|
||||||
mysql -uroot -p{{ database_password }} -P {{ mariadb_port }}
|
mysql -uroot -p{{ database_password }}
|
||||||
|
-h {{ api_interface_address }} -P {{ mariadb_port }}
|
||||||
--silent --skip-column-names
|
--silent --skip-column-names
|
||||||
-e 'SHOW STATUS LIKE "wsrep_local_state_comment"'
|
-e 'SHOW STATUS LIKE "wsrep_local_state_comment"'
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
Fixes 2024554.
|
Fixes 2024554.
|
||||||
Adds mariadb_port to the wsrep sync status check.
|
Adds host and ``mariadb_port`` to the wsrep sync status check.
|
||||||
This is so none standard ports can be used for mariadb deployments.
|
This is so none standard ports can be used for mariadb deployments.
|
||||||
`LP#2024554 <https://launchpad.net/bugs/2024554>`__
|
`LP#2024554 <https://launchpad.net/bugs/2024554>`__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user