Comment 4 for bug 2028946

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-galera_server (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/892879
Committed: https://opendev.org/openstack/openstack-ansible-galera_server/commit/da20aed93e6cdd2c52a72cd1bcb78fb10eef701e
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit da20aed93e6cdd2c52a72cd1bcb78fb10eef701e
Author: Andrew Bonney <email address hidden>
Date: Tue Aug 8 13:33:26 2023 +0100

    Remove galera-4 package during upgrades to force version up

    Current upgrades leave the galera-4 package in place which
    can cause incompatibilities when the mariadb binaries are
    updated.

    By forcing removal of this package during upgrades it should
    be re-installed with a version matching the rest of the
    mariadb packages.

    RHEL distros already have a removal step for galera-*

    Change-Id: I99d993a7c466cb744136bd06f4ab2e21c2569151
    Closes-Bug: #2028946
    (cherry picked from commit 27cd830c654dc7dbb8930d208cfbcebf72637503)