Re: [PATCH for-7.2 1/5] block/mirror: Do not wait for active writes

2022-11-10 Thread Kevin Wolf
Am 09.11.2022 um 17:54 hat Hanna Reitz geschrieben: > Waiting for all active writes to settle before daring to create a > background copying operation means that we will never do background > operations while the guest does anything (in write-blocking mode), and > therefore cannot converge. Yes, w

[PATCH for-7.2 1/5] block/mirror: Do not wait for active writes

2022-11-09 Thread Hanna Reitz
Waiting for all active writes to settle before daring to create a background copying operation means that we will never do background operations while the guest does anything (in write-blocking mode), and therefore cannot converge. Yes, we also will not diverge, but actually converging would be ev