Skip to content

Commit 70962eb

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Do not enable mariadb-clustercheck when not needed" into stable/victoria
2 parents 0050062 + 4eaeb63 commit 70962eb

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)