kolla-ansible/releasenotes/notes/bug-2024554-6eb811364536f1e8.yaml
Maksim Malchuk 35c7a9eb9d Fix wsrep sync status task while switched to TCP/IP
Followup on Id6eae798784126d4dd53adef15bdce6b47b4601f to fix an issue
when a client with provided port set tries to connect 'localhost', so
while we switch to TCP/IP we need to explicitly provide the host too.

Partial-Bug: #2024554
Change-Id: Ib08c159dadd69a1f44924d658f4afe1e794a18b0
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2023-12-03 00:56:38 +03:00

8 lines
231 B
YAML

---
fixes:
- |
Fixes 2024554.
Adds host and ``mariadb_port`` to the wsrep sync status check.
This is so none standard ports can be used for mariadb deployments.
`LP#2024554 <https://launchpad.net/bugs/2024554>`__