Reviewed: https://review.opendev.org/c/openstack/nova/+/828570 Committed: https://opendev.org/openstack/nova/commit/219520d9cec6a204e0d0f75881d75c8db48e7f56 Submitter: "Zuul (22348)" Branch: master
commit 219520d9cec6a204e0d0f75881d75c8db48e7f56 Author: Alexey Stupnikov <[email protected]> Date: Mon Mar 7 16:57:39 2022 +0100 Clean up when queued live migration aborted This patch solves bug #1949808 and bug #1960412 by tuning live_migration_abort() function and adding calls to: - remove placement allocations for live migration; - remove INACTIVE port bindings against destination compute node; - restore instance's state. Related unit test was adjusted and related functional tests were fixed. Closes-bug: #1949808 Closes-bug: #1960412 Change-Id: Ic97eff86f580bff67b1f02c8eeb60c4cf4181e6a ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1949808 Title: After nova live-migration-abort canceled "queued" live-migration, instance status remains "MIGRATING" Status in OpenStack Compute (nova): Fix Released Bug description: OpenStack supports cancelling "queued" live-migration by "nova live- migration-abort", but state of canceled instance remains "MIGRATING". To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1949808/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

