Re: [pve-devel] [PATCH qemu 1/2] PVE Backup: fixup error handling for fleecing

2024-06-25 Thread Fiona Ebner
Am 17.06.24 um 13:29 schrieb Fiona Ebner: > The drained section needs to be terminated before breaking out of the > loop in the error scenarios. Otherwise, guest IO on the drive would > become stuck. > This is incomplete. I'll send a v2. ___ pve-devel

[pve-devel] [PATCH qemu 1/2] PVE Backup: fixup error handling for fleecing

2024-06-17 Thread Fiona Ebner
The drained section needs to be terminated before breaking out of the loop in the error scenarios. Otherwise, guest IO on the drive would become stuck. Signed-off-by: Fiona Ebner --- .../0050-PVE-backup-add-fleecing-option.patch | 22 ++- ...ve-error-when-copy-before-write-fail.p