RE: [PATCH v5 04/10] Remove migrate_set_block_enabled in checkpoint

2021-04-07 Thread Zhang, Chen
; Rao, Lei > Subject: [PATCH v5 04/10] Remove migrate_set_block_enabled in > checkpoint > > 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 > d

[PATCH v5 04/10] Remove migrate_set_block_enabled in checkpoint

2021-04-01 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 Reviewed-by: Li Zhijian --- migra