Merge "Do not enable mariadb-clustercheck when not needed"
This commit is contained in:
commit
bd6ca6b286
@ -118,7 +118,7 @@ mariadb_backup_possible: "{{ mariadb_loadbalancer != 'haproxy' or inventory_host
|
||||
####################
|
||||
# Clustercheck
|
||||
####################
|
||||
enable_mariadb_clustercheck: "yes"
|
||||
enable_mariadb_clustercheck: "{{ enable_haproxy }}"
|
||||
|
||||
####################
|
||||
# Sharding
|
||||
|
5
releasenotes/notes/bug-1944114-fa2a266c014c64a9.yaml
Normal file
5
releasenotes/notes/bug-1944114-fa2a266c014c64a9.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes ``mariadb-clustercheck`` not to run when there is no HAProxy.
|
||||
`LP#1944114 <https://launchpad.net/bugs/1944114>`__
|
Loading…
x
Reference in New Issue
Block a user