[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 5/9] migration: Reject qmp_migrate_cancel after postcopy
From: |
Peter Xu |
Subject: |
Re: [PATCH v2 5/9] migration: Reject qmp_migrate_cancel after postcopy |
Date: |
Tue, 11 Feb 2025 12:34:12 -0500 |
On Tue, Feb 11, 2025 at 12:01:32PM -0300, Fabiano Rosas wrote:
> After postcopy has started, it's not possible to recover the source
> machine in case a migration error occurs because the destination has
> already been changing the state of the machine. For that same reason,
> it doesn't make sense to try to cancel the migration after postcopy
> has started. Reject the cancel command during postcopy.
>
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
- [PATCH v2 0/9] migration: Fix issues during qmp_migrate_cancel, Fabiano Rosas, 2025/02/11
- [PATCH v2 5/9] migration: Reject qmp_migrate_cancel after postcopy, Fabiano Rosas, 2025/02/11
- Re: [PATCH v2 5/9] migration: Reject qmp_migrate_cancel after postcopy,
Peter Xu <=
- [PATCH v2 4/9] migration: Fix hang after error in destination setup phase, Fabiano Rosas, 2025/02/11
- [PATCH v2 7/9] tests/qtest/migration: Introduce migration_test_add_suffix, Fabiano Rosas, 2025/02/11
- [PATCH v2 9/9] migration: Update migrate_cancel documentation, Fabiano Rosas, 2025/02/11
- [PATCH v2 2/9] migration: Unify migration_cancel and migrate_fd_cancel, Fabiano Rosas, 2025/02/11
- [PATCH v2 1/9] migration: Set migration error outside of migrate_cancel, Fabiano Rosas, 2025/02/11