Comment 23 for bug 1489581

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

Reviewed: https://review.openstack.org/241366
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=86fe90f7056432416ea3c2335ea8c2ad6e16b79a
Submitter: Jenkins
Branch: master

commit 86fe90f7056432416ea3c2335ea8c2ad6e16b79a
Author: Matt Riedemann <email address hidden>
Date: Tue Nov 3 12:58:17 2015 -0800

    cells: add debug logging to bdm_update_or_create_at_top

    The method is racy and we need to know which conditions we're hitting
    when we fail, which is happening sometimes with the
    test_create_ebs_image_and_check_boot test in Tempest.

    We fail because the image snapshot metadata has duplicate BDM entries in
    it so that when we boot an instance from that image, there are multiple
    BDMs with the same boot_index and nova.compute.api.API._validate_bdm
    throws up.

    Related-Bug: #1489581

    Change-Id: I8058e0c16e0fd9b54d4a46e86e0fdede3da55777