[PATCH v3] blockdev-backup: Add error handling option for copy-before-write jobs

2025-04-13 Thread Raman Dzehtsiar
aintain backward compatibility. Signed-off-by: Raman Dzehtsiar --- block/backup.c| 3 +- block/copy-before-write.c | 2 + block/copy-before-write.h | 1 + block/replication.c

Re: [PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs

2025-04-13 Thread Raman Dzehtsiar
you can make a separate test. I've added test cases to the `copy-before-write` test to cover the new option. The changes are included in v3 of the patch. Would appreciate it if you could take another look. Still hoping it can make it into v10. Thanks again and best regards, Raman Dzehtsiar

Re: [PATCH v3] blockdev-backup: Add error handling option for copy-before-write jobs

2025-04-14 Thread Raman Dzehtsiar
'*auto-finalize': 'bool', '*auto-dismiss': 'bool', > > '*filter-node-name': 'str', > > '*discard-source': 'bool', > > ... the actual members. [...] The documentation entries have been reordered to match the member list, and the version tag has been updated to 10.1. Both issues have been addressed in v4 of the patch. Thanks again, and kind regards, Raman Dzehtsiar

[PATCH] blockdev-backup: Add error handling option for copy-before-write jobs

2025-03-03 Thread Raman Dzehtsiar
aintain backward compatibility. Signed-off-by: Raman Dzehtsiar --- block/backup.c | 3 ++- block/copy-before-write.c | 2 ++ block/copy-before-write.h | 1 + block/replication.c| 4 +++- blockdev.c

[PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs

2025-03-04 Thread Raman Dzehtsiar
aintain backward compatibility. Signed-off-by: Raman Dzehtsiar --- block/backup.c | 3 ++- block/copy-before-write.c | 2 ++ block/copy-before-write.h | 1 + block/replication.c| 4 +++- blockdev.c

Re: [PATCH] blockdev-backup: Add error handling option for copy-before-write jobs

2025-03-04 Thread Raman Dzehtsiar
elease is 10.0, not 9.3. You're right. I've corrected the release number. Apologies for the mistake. I'm still getting familiar with the process. Thanks for your review! Both issues have been addressed in v2 of this patch. -- Best regards, Raman Dzehtsiar

Re: [PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs

2025-03-11 Thread Raman Dzehtsiar
On Tue, Mar 4, 2025 at 10:17 AM Raman Dzehtsiar wrote: > > This patch extends the blockdev-backup QMP command to allow users to specify > how to behave when IO errors occur during copy-before-write operations. > Previously, the behavior was fixed and could not be controlled by the u