yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #66877
[Bug 1712045] Re: nova doesn't clean up the resources after live migrate
Reviewed: https://review.openstack.org/496032
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=72728ed01fe5d568855ad92596740a2da81169c4
Submitter: Jenkins
Branch: master
commit 72728ed01fe5d568855ad92596740a2da81169c4
Author: Dan Smith <dansmith@xxxxxxxxxx>
Date: Mon Aug 21 15:44:42 2017 -0700
Remove source node allocation after live migration completes
This is done in a similar way to evacuation and shelve offload
to avoid further mingling of new-style allocation management
code with existing resource tracker code (soon to be removed).
Closes-Bug: #1712045
Change-Id: I6afd69166704e45d983b8b06a32a2799fb82b58a
** 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/1712045
Title:
nova doesn't clean up the resources after live migrate
Status in OpenStack Compute (nova):
Fix Released
Status in OpenStack Compute (nova) pike series:
In Progress
Bug description:
The following scenario doesn't work with nova migrate:
* Boot a VM.
* live migrate the VM.
* check the allocations:
** there are double allocations
** the allocations are claimed for both the source and destination host of the migration.
nova commit on which the test happened:
08ec8a1ad3f3492b99db48d9e8fa132cb1bb3e8c
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1712045/+subscriptions
References