Skip to content

Commit 4eaeb63

Browse files
committed
Do not enable mariadb-clustercheck when not needed
Closes-Bug: #1944114 Change-Id: Idd525fda7ff94f70794f4c582cd74470c7f40fae (cherry picked from commit 2cf9ae2)
1 parent 6bfa6d0 commit 4eaeb63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ansible/roles/mariadb/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ mariadb_backup_type: "full"
117117
####################
118118
# Clustercheck
119119
####################
120-
enable_mariadb_clustercheck: "yes"
120+
enable_mariadb_clustercheck: "{{ enable_haproxy }}"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes ``mariadb-clustercheck`` not to run when there is no HAProxy.
5+
`LP#1944114 <https://launchpad.net/bugs/1944114>`__

0 commit comments

Comments
 (0)