migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished
commit01ee5e355620ab1cc356964472f89cfb89cddc6d
authorZhang Chen <chen.zhang@intel.com>
Fri, 31 Dec 2021 05:59:35 +0000 (31 13:59 +0800)
committerJuan Quintela <quintela@redhat.com>
Fri, 28 Jan 2022 14:38:23 +0000 (28 15:38 +0100)
tree84a0a258234dd491b9d51d12d8fab051faf47bae
parenteeeb48ee3389e837428370a8ed2772c2e74cce49
migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished

The MIGRATION_STATUS_ACTIVE indicates that migration is running.
Remove it to be handled by the default operation,
It should be part of the unknown ending states.

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c