Comment 8 for bug 1305062

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

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

commit 22dde6e56b2d93d9aa3776952eb7fc0792e220dc
Author: Loganathan Parthipan <email address hidden>
Date: Mon Dec 15 14:23:18 2014 +0000

    Support live-migrate of instances in PAUSED state

    Live migration enables one to migrate an active VM that consumes
    system resources such as memory and CPU.

    Nova currently allows only those in ACTIVE vm_state to migrate. This
    patch adds support for PAUSED vm_state. Essentially a paused state is
    identical to a running state except the stopped CPUs.

    Co-Author: "Matthew Gilliard <email address hidden>"

    Partial-Bug: #1305062
    Change-Id: Ib38eaf412cb51a9cbfc443c5ec15c5797265ddae