Comment 8 for bug 2048130

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/904841
Committed: https://opendev.org/openstack/kolla-ansible/commit/09ca4bdcf5962a52edc95bdb015ca7e748443c0a
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 09ca4bdcf5962a52edc95bdb015ca7e748443c0a
Author: Michal Arbet <email address hidden>
Date: Thu Jan 4 22:26:13 2024 +0100

    Fix long service restarts while using systemd

    Some containers exiting with 143 instead of 0, but
    this is still OK. This patch just allows
    ExitCode 143 (SIGTERM) as fix. Details in
    bugreport.

    Services which exited with 143 (SIGTERM):

    kolla-cron-container.service
    kolla-designate_producer-container.service
    kolla-keystone_fernet-container.service
    kolla-letsencrypt_lego-container.service
    kolla-magnum_api-container.service
    kolla-mariadb_clustercheck-container.service
    kolla-neutron_l3_agent-container.service
    kolla-openvswitch_db-container.service
    kolla-openvswitch_vswitchd-container.service
    kolla-proxysql-container.service

    Partial-Bug: #2048130
    Change-Id: Ia8c85d03404cfb368e4013066c67acd2a2f68deb
    (cherry picked from commit b1fd2b40f7cd1c6c457bd42b25ca32dc1e5e0f4f)