Comment 17 for bug 1846791

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

Reviewed: https://review.opendev.org/747797
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=c453aee8a16891aea15702c725a866715fcc2b4a
Submitter: Zuul
Branch: stable/stein

commit c453aee8a16891aea15702c725a866715fcc2b4a
Author: Steve Baker <email address hidden>
Date: Thu Aug 13 14:23:16 2020 +1200

    Wait for lock release during power state change

    When power state change is slow, the subsequent provide workflow can
    fail because getting a lock on the node times out.

    Apparently a node can remain locked for some time after a power state
    change, so this issue should be solved by *also* waiting for the node
    to be unlocked in the wait_for_power_state action.

    Change-Id: I26f23330c50ccf7cb11fb9171d0a82279a497d22
    Closes-Bug: #1846791
    (cherry picked from commit bc29d7f938179e593403a29510d9989bd52e647c)