Update mariabackup-related release notes
Release notes are aggregated from the roles into the integrated repo, so they should be written to include the context of which role the change was implemented, otherwise they make little sense. More info about this is in https://docs.openstack.org/openstack-ansible/latest/contributor/code-rules.html#release-notes Also, the changes made in I59a0e225205be43b5bfc76c4bc3381b6e9c54cfd included some variable removals, so we should communicate it to allow operators to remove any related overrides. Change-Id: Ie8d41ad00ede510324e13b42a11fe39bbc129b93
This commit is contained in:
parent
94640cd215
commit
556a8ac726
@ -1,5 +1,15 @@
|
||||
---
|
||||
deprecations:
|
||||
- The compression option has been removed due to the fact that it's not
|
||||
recommended by MariaDB anymore. This means that all the dependencies from
|
||||
Percona such as QPress are no longer necessary.
|
||||
- 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.
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- The role now uses mariabackup in order to complete SST operations due to
|
||||
the fact that this is the recommended choice from MariaDB.
|
||||
- The ``galera_server`` role now uses mariabackup in order to complete SST
|
||||
operations due to the fact that this is the recommended choice from
|
||||
MariaDB.
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- This role now ships with the latest MariaDB release of 10.3.13.
|
||||
- The ``galera_server`` role now ships with the latest MariaDB release of
|
||||
10.3.13.
|
||||
|
Loading…
x
Reference in New Issue
Block a user