Comment 13 for bug 2002653

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

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/870056
Committed: https://opendev.org/openstack/openstack-ansible-galera_server/commit/6eaa3affd4e65811ac28326fc5365ba0759a2fa4
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 6eaa3affd4e65811ac28326fc5365ba0759a2fa4
Author: Dmitriy Rabotyagov <email address hidden>
Date: Fri Jan 13 11:16:43 2023 +0100

    Prevent mariadbcheck.socket to wait for network.target

    As of today bare metal scenarion does contain systemd ordering cycle [1]
    due to mariadbcheck.socket waiting for network.target while being
    part of that target. Removing that dependency solves the cycle.

    [1] https://paste.openstack.org/show/bE9UlN6dK8awqZl3uwrQ/
    Closes-Bug: #2002653

    Change-Id: If4729eca992a0e647e2f15b3d77ad6300bbf9c12
    (cherry picked from commit a2ce91ebcb7ab08997827ece215563ac685cd7c0)