Comment 11 for bug 1829479

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

Reviewed: https://review.opendev.org/691427
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=dcd3f516d2fa44c4056a307a11f6e14433476fb0
Submitter: Zuul
Branch: master

commit dcd3f516d2fa44c4056a307a11f6e14433476fb0
Author: Matt Riedemann <email address hidden>
Date: Fri Oct 25 16:42:09 2019 -0400

    doc: add troubleshooting guide for cleaning up orphaned allocations

    While we do not have an automated fix for bug 1849479 this provides
    a troubleshooting document for working around that issue where
    allocations from a server that was evacuated from a down host need
    to be cleaned up manually in order to delete the resource provider
    and associated compute node/service.

    In general this is also a useful guide for linking up the various
    resources and terms in nova and how they are reflected in placement
    with the relevant commands which is probably something we should
    do more of in our docs.

    Change-Id: I120e1ddd7946a371888bfc890b5979f2e19288cd
    Related-Bug: #1829479