[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/6] migration/block: Apply late-block-active behavior to
From: |
Fabiano Rosas |
Subject: |
Re: [PATCH v2 4/6] migration/block: Apply late-block-active behavior to postcopy |
Date: |
Mon, 16 Dec 2024 12:17:10 -0300 |
Peter Xu <peterx@redhat.com> writes:
> Postcopy never cared about late-block-active. However there's no mention
> in the capability that it doesn't apply to postcopy.
>
> Considering that we _assumed_ late activation is always good, do that too
> for postcopy unconditionally, just like precopy. After this patch, we
> should have unified the behavior across all.
>
> Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
- [PATCH v2 0/6] migration/block: disk activation rewrite, Peter Xu, 2024/12/06
- [PATCH v2 1/6] migration: Add helper to get target runstate, Peter Xu, 2024/12/06
- [PATCH v2 2/6] qmp/cont: Only activate disks if migration completed, Peter Xu, 2024/12/06
- [PATCH v2 3/6] migration/block: Make late-block-active the default, Peter Xu, 2024/12/06
- [PATCH v2 4/6] migration/block: Apply late-block-active behavior to postcopy, Peter Xu, 2024/12/06
- Re: [PATCH v2 4/6] migration/block: Apply late-block-active behavior to postcopy,
Fabiano Rosas <=
- [PATCH v2 5/6] migration/block: Fix possible race with block_inactive, Peter Xu, 2024/12/06
- [PATCH v2 6/6] migration/block: Rewrite disk activation, Peter Xu, 2024/12/06
- Re: [PATCH v2 0/6] migration/block: disk activation rewrite, Fabiano Rosas, 2024/12/17