Comment 6 for bug 1981591

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/850354
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/930648ce1f86e082061fd33aa5823bacdb668d8e
Submitter: "Zuul (22348)"
Branch: stable/train

commit 930648ce1f86e082061fd33aa5823bacdb668d8e
Author: Alan Bishop <email address hidden>
Date: Mon Jul 11 14:17:00 2022 -0700

    Fix restarting cinder HA services on config change

    Specify the tripleo_ha_wrapper ansible role use a separate marker
    file to detect when it should restart the cinder-backup and
    cinder-volume services. This ensures both services get restarted
    when the config changes. Unless a separate marker file is used
    for each service, only the first one (cinder-backup) gets
    restarted.

    Closes-Bug: #1981591
    Change-Id: Ib5c06ab5169942ddaf56a46ad7f14e9497b7e550
    (cherry picked from commit 7d76af34f54aa159b0e52d132705659be69b23a1)
    (cherry picked from commit 77d0ca4448599e6016c91361a050e7832cc9f970)