Do not enable mariadb-clustercheck when not needed
Closes-Bug: #1944114 Change-Id: Idd525fda7ff94f70794f4c582cd74470c7f40fae
This commit is contained in:
parent
3455105321
commit
2cf9ae2cf5
@ -118,7 +118,7 @@ mariadb_backup_possible: "{{ mariadb_loadbalancer != 'haproxy' or inventory_host
|
|||||||
####################
|
####################
|
||||||
# Clustercheck
|
# Clustercheck
|
||||||
####################
|
####################
|
||||||
enable_mariadb_clustercheck: "yes"
|
enable_mariadb_clustercheck: "{{ enable_haproxy }}"
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# Sharding
|
# 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