yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #52099
[Bug 1589821] Re: cleanup_incomplete_migrations periodic task regression with commit 099cf53925c0a0275325339f21932273ee9ce2bc
** Changed in: nova
Importance: Undecided => High
** Also affects: nova/mitaka
Importance: Undecided
Status: New
** Changed in: nova/mitaka
Status: New => Confirmed
** Changed in: nova/mitaka
Importance: Undecided => High
--
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/1589821
Title:
cleanup_incomplete_migrations periodic task regression with commit
099cf53925c0a0275325339f21932273ee9ce2bc
Status in OpenStack Compute (nova):
In Progress
Status in OpenStack Compute (nova) mitaka series:
In Progress
Bug description:
Patch [1] changes the instance filtering condition in periodic task
"cleanup_incomplete_migrations" introduced in [2], in such a way that
it generates new issue, [3]
After change [1] lands, the condition changes filtering logic, so now
all instances on current host are filtered, which is not expected.
We should filter all instances where instance uuids are associated
with migration records and those migration status is set to 'error'
and instance is marked as deleted.
[1] https://review.openstack.org/#/c/256102/
[2] https://review.openstack.org/#/c/219299/
[2] https://bugs.launchpad.net/nova/+bug/1586309
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1589821/+subscriptions
References