Merge "Change xtrabackup to mariadb-backup for mariadb 10.3"

This commit is contained in:
Zuul 2018-12-12 17:59:52 +00:00 committed by Gerrit Code Review
commit 9434f605bd

View File

@ -1,5 +1,5 @@
{%- set wsrep_driver = '/usr/lib/galera/libgalera_smm.so' if kolla_base_distro in ['debian', 'ubuntu'] else '/usr/lib64/galera/libgalera_smm.so' %}
{% set sst_method = 'mariabackup' if kolla_base_distro in ['debian'] else 'xtrabackup-v2' %}
{% set sst_method = 'mariabackup' %}
[client]
default-character-set=utf8