kolla-ansible/releasenotes/notes/bug-1947589-52e7a6fa5d82e7fa.yaml
Seena Fallah 68cd2a0553 mariadb: use add_host to include inactive hosts in shard grouping
In case of running mariadb role with --limit the group_by module will only include the limited hosts and other hosts that are not limited by ansible will not be included.
Using add_host will add all hosts in mariadb group to their shards group

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
Change-Id: I1331698e313bd714a16fc35f38fb579d75b56370
Closes-Bug: #1947589
2021-10-28 16:29:05 +00:00

7 lines
224 B
YAML

---
fixes:
- |
Fixes the generation of ``wsrep_cluster_address`` in ``galera.cnf``
when ``--limit`` is used while deploying MariaDB nodes.
`LP#1947589 <https://bugs.launchpad.net/kolla-ansible/+bug/1947589>`__