Comment 29 for bug 1404867

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

Reviewed: https://review.openstack.org/544747
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=20edeb362327ea9448d38b6e2bcb03e0a71060d0
Submitter: Zuul
Branch: master

commit 20edeb362327ea9448d38b6e2bcb03e0a71060d0
Author: Mohammed Naser <email address hidden>
Date: Wed Feb 14 16:26:38 2018 -0500

    Add functional tests to ensure BDM removal on delete

    In certain cases, such as when an instance fails to be scheduled,
    the volume may already have an attachment created (or the volume
    has been reserved in the old flows).

    This patch adds a test to check that these volume attachments
    are deleted and removed once the instance has been deleted. It
    also adds some functionality to allow checking when an volume
    has been reserved in the Cinder fixtures.

    Change-Id: I85cc3998fbcde30eefa5429913ca287246d51255
    Related-Bug: #1404867