Merge "mariadb: Deprecate wsrep-notify.sh"
This commit is contained in:
commit
980dd33721
@ -82,6 +82,12 @@
|
|||||||
notify:
|
notify:
|
||||||
- restart mariadb
|
- 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
|
- name: Copying over wsrep-notify.sh
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/wsrep-notify.sh.j2"
|
src: "{{ role_path }}/templates/wsrep-notify.sh.j2"
|
||||||
|
@ -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``.
|
Loading…
Reference in New Issue
Block a user