Comment 12 for bug 1188543

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

Reviewed: https://review.openstack.org/54460
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a28aa07789e3b71c702657db12825b23716a4bf6
Submitter: Jenkins
Branch: stable/grizzly

commit a28aa07789e3b71c702657db12825b23716a4bf6
Author: Michael Davies <email address hidden>
Date: Thu Oct 17 04:41:09 2013 -0700

    Fail quickly if file injection for boot volume

    Previously if the user attempted file injection on a booted volume it
    would fail and retry several times, which slowed down the instance
    spawning. Instead of attempting file injection, fail quickly, and
    log a warning

    Backport to stable/grizzy

    Fix bug 1188543

    Conflicts:
     nova/virt/libvirt/driver.py

    Change-Id: I264540de736c2bcb92567826fe5ba672e1244ba2
    (cherry picked from commit f59c2d64ac8f0523c587e23b2d1c59fdfe7ea131)