Merge "Do not enable mariadb-clustercheck when not needed"

This commit is contained in:
Zuul
2021-10-05 10:03:53 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ mariadb_backup_possible: "{{ mariadb_loadbalancer != 'haproxy' or inventory_host
####################
# Clustercheck
####################
enable_mariadb_clustercheck: "yes"
enable_mariadb_clustercheck: "{{ enable_haproxy }}"
####################
# Sharding

View File

@@ -0,0 +1,5 @@
---
fixes:
- |
Fixes ``mariadb-clustercheck`` not to run when there is no HAProxy.
`LP#1944114 <https://launchpad.net/bugs/1944114>`__