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

2025-04-16 Thread Vladimir Sementsov-Ogievskiy
On 14.04.25 12:00, 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 user. The new 'on-cbw-error' option

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

2025-04-14 Thread Markus Armbruster
Raman Dzehtsiar writes: > 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 user. > > The new 'on-cbw-error' option can be s

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

2025-04-14 Thread Raman Dzehtsiar
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 user. The new 'on-cbw-error' option can be set to one of two values: - 'break-g