Comment 2 for bug 1741125

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: Instance resize always fails when rescheduling

When rescheduling during a resize we should know if we're doing a reschedule because the retry list in the filter_properties will have entries in it for hosts that have been tried (and failed). So we can change the logic a bit in the case of a reschedule to only update the allocation for the instance from the failed node to the next alternative node that we'll try next. The migration record consumer will still continue to have it's allocation held against the original source node.