Comment 9 for bug 1066887

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

Reviewed: https://review.openstack.org/16716
Committed: http://github.com/openstack/nova/commit/fbe835f974acc77cc33c51f8e094b897abfcd7a9
Submitter: Jenkins
Branch: stable/folsom

commit fbe835f974acc77cc33c51f8e094b897abfcd7a9
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
    (cherry picked from commit 2543705986789658725aac808e85e2cb638ea3dd)