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
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
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
'*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
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
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
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
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