Comment 0 for bug 2024554

Revision history for this message
Adam Stackhouse (adstak46) wrote :

This is a bug report to document a bug found with mariadb deployments when mariadb_port is changed. A patch has already been submitted here --> https://review.opendev.org/c/openstack/kolla-ansible/+/886581

The bug is caused when you set mariadb_port to a value other than 3306. This is because the task to check for wsrep status doesn't specify this var to be used so it always defaults to 3306. This task can be found here --> roles/mariadb/tasks/restart_services.yml