Comment 7 for bug 1270305

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

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

commit e24f333cd5d3667a15c36ac502304bfb5a0e21df
Author: Daniel Genin <email address hidden>
Date: Mon Jul 28 17:12:40 2014 -0400

    Raises NotImplementedError for LVM migration.

    Currently migration of an LVM backed instance results in a new
    instance being launched on the destination node, but the instance
    disk is neither copied to the destination nor deleted on the
    origin node. The problem is addressed by raising a NotImplementedError.

    Closes-Bug: #1270305
    Closes-Bug: #1245595
    Closes-Bug: #1241866
    Change-Id: I8010230b1aa5ddc322d0c93dd916b7700c25ab81
    DocImpact