Comment 5 for bug 1484586

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

Reviewed: https://review.openstack.org/215613
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2c1b19761b3d960055ced11558dda22d022d77f4
Submitter: Jenkins
Branch: master

commit 2c1b19761b3d960055ced11558dda22d022d77f4
Author: Alexis Lee <email address hidden>
Date: Fri Aug 21 13:58:06 2015 +0100

    Wait for device to be mapped

    There's a race condition when trying to perform file injection without
    libguestfs, which causes a fallback to nbd device. Although the kpartx
    command succeeds, it does so after the code has tested for success, so
    Nova thinks it failed.

    Retry a few times to avoid this.

    Co-Authored-By: Paul Carlton <email address hidden>
    Change-Id: Ie5c186562475cd56c55520ad7123f47a0130b2a4
    Closes-Bug: #1428639
    Closes-Bug: #1484586