Comment 3 for bug 2065927

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.opendev.org/c/openstack/nova/+/920119
Committed: https://opendev.org/openstack/nova/commit/ee581a5c9d1c0b7c0d8830a08f55fe8bc2fbcd0f
Submitter: "Zuul (22348)"
Branch: master

commit ee581a5c9d1c0b7c0d8830a08f55fe8bc2fbcd0f
Author: Sean Mooney <email address hidden>
Date: Tue May 21 17:53:07 2024 +0100

    add functional repoducer for bug 2065927

    Today if the write sys call to offline a cpu when
    deleting an instnace fails due to an OSERROR or ValueERROR
    the instance delete fails and the instance goes to error.

    as reported in bug: #2065927 this can happen as a result of
    OSError: [Errno 16] Device or resource busy if the vm is
    deleted shortly after its started.

    Related-Bug: #2065927
    Change-Id: I1352a3a1e28cfe14ec8f32042ed35cb25e70338e