mariadb: Deprecate wsrep-notify.sh

Change-Id: I14376dac46809f8bb466ec41f279be8d323d459d
This commit is contained in:
Michał Nasiadka 2021-04-14 15:04:46 +02:00 committed by Michal Nasiadka
parent d7a9be84d4
commit 451844ac67
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``.