Comment 65 for bug 1246201

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

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

commit bc4b9980fa74e15e98aed5633c61480c751767b5
Author: Pawel Koniszewski <email address hidden>
Date: Wed Jul 6 11:04:16 2016 +0200

    [libvirt] Live migration fails when config_drive_format=iso9660

    This patch enables block live migration with read-only config drive.
    Basically it copies config drive to destination host prior to migration
    start, so that QEMU will not try to write to read-only device and
    therefore it will not raise an exception.

    Co-Authored-By: Bartosz Fic <email address hidden>
    Co-Authored-By: Michael Still <email address hidden>

    Change-Id: I9ddaef658e3d9a77e4982275d7df9e56b0a5459f
    Closes-Bug: #1246201