Comment 8 for bug 1246201

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

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

commit ee4a26bb57b08c06e6d738d2e23a1677a1c7fcf2
Author: Michael Still <email address hidden>
Date: Thu Mar 20 08:36:38 2014 +1100

    Refuse to block migrate instances with config drive

    libvirt does not block migrate read only devices such as config
    drives. It decides that the config drive is read only because it
    is attached as a cdrom. So, we just throw our hands up in the
    air and bravely refuse to block migrate those instances.

    Partial-Bug: 1246201

    Change-Id: I24f4f83c1ddf1cf3e37db4663ab82e61f0a2d00f
    DocImpact: you should read all that stuff above.