Re: [PATCH 04/10] Remove migrate_set_block_enabled in checkpoint

2021-01-20 Thread Lukas Straub
On Wed, 13 Jan 2021 10:46:29 +0800 leirao wrote: > From: "Rao, Lei" > > We can detect disk migration in migrate_prepare, if disk migration > is enabled in COLO mode, we can directly report an error.and there > is no need to disable block migration at every checkpoint. > > Signed-off-by: Lei Ra

[PATCH 04/10] Remove migrate_set_block_enabled in checkpoint

2021-01-12 Thread leirao
From: "Rao, Lei" We can detect disk migration in migrate_prepare, if disk migration is enabled in COLO mode, we can directly report an error.and there is no need to disable block migration at every checkpoint. Signed-off-by: Lei Rao Signed-off-by: Zhang Chen --- migration/colo.c | 6