commit | c1a75c6a504d720e9d46f924f5c3da07fddfee72 | [log] [tgz] |
---|---|---|
author | Miguel Lavalle <mlavalle@redhat.com> | Fri Dec 31 16:14:23 2021 -0600 |
committer | Dr. Jens Harbott <harbott@osism.tech> | Mon Jan 03 15:33:35 2022 +0100 |
tree | 15b39d32eecefae47cd0e8848338d4e0d4ad787a | |
parent | 3155217fb6a14b9c7d9c9a6f1bf11e9580c949c5 [diff] |
Fix mysqladmin failure for Fedora 34 and mariadb mysqladmin is incorrectly installed in Fedora 34 with mariadb. This causes the failure of Zuul Fedora based jobs. The issue is a conflict between mariadb and community mysql that is described in [1] and [2]. The workaround is to explicitly install package "mariadb" Also configure an increased swap size like for the other platform jobs in order to avoid OOM issues. [1] https://bugzilla.redhat.com/show_bug.cgi?id=2026933 [2] https://lists.launchpad.net/maria-discuss/msg06179.html Closes-Bug: #1956116 Change-Id: Icf6d7e1af5130689ea10b29d37cc9b188b2c9754