On Thu, Feb 15, 2024 at 05:27:58PM +0500, Roman Khapov wrote: > migrate_set_state(&mis->state, MIGRATION_STATUS_COLO, > - MIGRATION_STATUS_COMPLETED); > + MIGRATION_STATUS_COMPLETED, NULL);
Instead of enforcing migrate_set_error() to always pass an error, maybe we can allow migrate_generate_event() to fetch s->error in FAILED state, if that hint ever existed? -- Peter Xu