Comment 0 for bug 1589821

Revision history for this message
Rajesh Tailor (ratailor) wrote : cleanup_incomplete_migrations periodic task regression with commit 099cf53925c0a0275325339f21932273ee9ce2bc

 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 which where instance uuid is filtered as per migration records.

[1] https://review.openstack.org/#/c/256102/
[2] https://review.openstack.org/#/c/219299/
[2] https://bugs.launchpad.net/nova/+bug/1586309