Merge "Ensure find is installed on MariaDB containers"

This commit is contained in:
Zuul 2024-05-03 21:00:12 +00:00 committed by Gerrit Code Review
commit 5bc8676f84
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ _galera_mariadb_server_package: "mariadb-server"
# the preseed task and the service startup control used when installing
# mariadb-galera-server and galera.
galera_server_mariadb_distro_packages:
- findutils # "find" is used by wsrep_sst_mariabackup script
- libmariadb-dev
- mariadb-client
- mariadb-backup

View File

@ -25,6 +25,7 @@ _galera_gpg_keys:
_galera_disable_privatedevices: yes
galera_server_required_distro_packages:
- findutils # "find" is used by wsrep_sst_mariabackup script
- gnupg2
- libaio
- libstdc++