Comment 16 for bug 1583504

Revision history for this message
melanie witt (melwitt) wrote :

Yes, I think that would be best. As you mentioned earlier, since the fix [0], it's not clear whether multiple migrations per instance can still happen, but there could be old migrations still around from back when it was possible, and those should be cleaned up.

But, looking at the code, it doesn't look like we can do much about it other than mark the extra migrations as 'completed' because we can only destroy the local instance, cleanup allocations, etc, once per instance anyway.

[0] https://review.openstack.org/#/c/499237