Merge "mariadb: Deprecate wsrep-notify.sh"

This commit is contained in:
Zuul 2021-04-21 09:50:44 +00:00 committed by Gerrit Code Review
commit 980dd33721
2 changed files with 14 additions and 0 deletions

View File

@ -82,6 +82,12 @@
notify:
- restart mariadb
- name: Warn about deprecation
debug:
msg: >
wsrep-notify.sh script is deprecated and will be removed in Xena
when: not enable_mariadb_clustercheck | bool
- name: Copying over wsrep-notify.sh
template:
src: "{{ role_path }}/templates/wsrep-notify.sh.j2"

View File

@ -0,0 +1,8 @@
---
deprecations:
- |
The ``wsrep-notify.sh`` script used for disabling ``haproxy`` user when
node is not ready for accepting connections in deployments without
``mariadb-clustercheck`` is deprecated and will be removed in Xena
release. It has been unreliable and the recommended (enabled by default)
approach is to deploy ``mariadb-clustercheck``.