Comment 3 for bug 1671011

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/444517
Committed: https://opendev.org/openstack/nova/commit/33fa92b6cb1dfeb88a4188c0e4e4ce51be1f7a4b
Submitter: "Zuul (22348)"
Branch: master

commit 33fa92b6cb1dfeb88a4188c0e4e4ce51be1f7a4b
Author: Sivasathurappan Radhakrishnan <email address hidden>
Date: Fri Mar 10 22:16:42 2017 +0000

    Allow live migrate paused instance when post copy is enabled

    Live migration of paused instance fails when VIR_MIGRATE_POSTCOPY
    flag is set. In this patch, the flag is unset to permit live migration
    of paused instance.

    Change-Id: Ib5cbc948cb953e35a22bcbb859976f0afddcb662
    Closes-Bug: #1671011