Comment 7 for bug 1066887

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

Reviewed: https://review.openstack.org/14776
Committed: http://github.com/openstack/nova/commit/2543705986789658725aac808e85e2cb638ea3dd
Submitter: Jenkins
Branch: master

commit 2543705986789658725aac808e85e2cb638ea3dd
Author: Alex Handle <email address hidden>
Date: Mon Oct 22 13:23:34 2012 +0200

    Fix live migration volume assignment.

    In pre_live_migration volumes should
    get assigned (self.volume_api.initialize_connection)
    to the live migration target host.
    In post_live_migration the volumes should get
    unassigned (self.volume_api.terminate_connection)
    from the live migration source host.

    Fixes bug 1066887

    Change-Id: Ic2db456cd5efbdf15db92f843c92230489efc551