Peter Xu <pet...@redhat.com> writes: > This helper is mostly the same as migration_is_running(), except that one > has COLO reported as true, the other has CANCELLING reported as true. > > Per my past years experience on the state changes, none of them should > matter. > > To make it slightly safer, report both COLO || CANCELLING to be true in > migration_is_running(), then drop the other one. We kept the 1st only > because the name is simpler, and clear enough. > > Signed-off-by: Peter Xu <pet...@redhat.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de>