Comment 11 for bug 2016893

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-placement (master)

Reviewed: https://review.opendev.org/c/openstack/charm-placement/+/880753
Committed: https://opendev.org/openstack/charm-placement/commit/7f5e0e5bd123b5265ca69956b47c6417dc3b43af
Submitter: "Zuul (22348)"
Branch: master

commit 7f5e0e5bd123b5265ca69956b47c6417dc3b43af
Author: Felipe Reyes <email address hidden>
Date: Tue Apr 18 09:58:25 2023 -0400

    Prevent update-status to run unrequired handlers

    Before the update-status hook would run handlers that are expected to
    run when the configuration changes or relations added/removed.

    The update-status hook doesn't hold the machine lock which makes
    concurrent hook executions possible and seen in the gate where for
    example multiple "apt-get" executions trying to acquire dpkg's lock.

    Closes-Bug: #2016893
    Change-Id: I63bfd9903057cbea2db8de4f1b612601aacb568d