openstack-ansible/releasenotes/notes/disable-compression-e4074dcef9f85c36.yaml
Jean-Philippe Evrard 2cc067222c Bump SHAs for master
Change-Id: I2df6bc4659ced61bc1796645a515274535dd7911
2019-05-19 13:59:26 +00:00

16 lines
641 B
YAML

---
deprecations:
- The compression option in the ``galera_server`` role has been removed due
to the fact that it is not recommended by MariaDB anymore. This means that
all the dependencies from Percona such as QPress are no longer necessary.
- The following variables have been removed because they are no longer used.
* ``galera_percona_xtrabackup_repo``
* ``use_percona_upstream``
* ``galera_xtrabackup_compression``
* ``galera_server_percona_distro_packages``
- The variable ``galera_xtrabackup_threads`` has been renamed to
``galera_mariabackup_threads`` to reflect the change in the SST provider.