Re: [PATCH v2 3/4] backup: Make sure that source and target size match

2020-05-06 Thread Vladimir Sementsov-Ogievskiy
06.05.2020 11:02, Kevin Wolf wrote: Am 06.05.2020 um 08:07 hat Vladimir Sementsov-Ogievskiy geschrieben: 05.05.2020 13:03, Kevin Wolf wrote: Am 30.04.2020 um 20:21 hat Vladimir Sementsov-Ogievskiy geschrieben: 30.04.2020 17:27, Kevin Wolf wrote: Since the introduction of a backup filter node

Re: [PATCH v2 3/4] backup: Make sure that source and target size match

2020-05-06 Thread Kevin Wolf
Am 06.05.2020 um 08:07 hat Vladimir Sementsov-Ogievskiy geschrieben: > 05.05.2020 13:03, Kevin Wolf wrote: > > Am 30.04.2020 um 20:21 hat Vladimir Sementsov-Ogievskiy geschrieben: > > > 30.04.2020 17:27, Kevin Wolf wrote: > > > > Since the introduction of a backup filter node in commit 00e30f05d, t

Re: [PATCH v2 3/4] backup: Make sure that source and target size match

2020-05-05 Thread Vladimir Sementsov-Ogievskiy
05.05.2020 13:03, Kevin Wolf wrote: Am 30.04.2020 um 20:21 hat Vladimir Sementsov-Ogievskiy geschrieben: 30.04.2020 17:27, Kevin Wolf wrote: Since the introduction of a backup filter node in commit 00e30f05d, the backup block job crashes when the target image is smaller than the source image be

Re: [PATCH v2 3/4] backup: Make sure that source and target size match

2020-05-05 Thread Kevin Wolf
Am 30.04.2020 um 20:21 hat Vladimir Sementsov-Ogievskiy geschrieben: > 30.04.2020 17:27, Kevin Wolf wrote: > > Since the introduction of a backup filter node in commit 00e30f05d, the > > backup block job crashes when the target image is smaller than the > > source image because it will try to write

Re: [PATCH v2 3/4] backup: Make sure that source and target size match

2020-04-30 Thread Vladimir Sementsov-Ogievskiy
30.04.2020 17:27, Kevin Wolf wrote: Since the introduction of a backup filter node in commit 00e30f05d, the backup block job crashes when the target image is smaller than the source image because it will try to write after the end of the target node without having BLK_PERM_RESIZE. (Previously, th

[PATCH v2 3/4] backup: Make sure that source and target size match

2020-04-30 Thread Kevin Wolf
Since the introduction of a backup filter node in commit 00e30f05d, the backup block job crashes when the target image is smaller than the source image because it will try to write after the end of the target node without having BLK_PERM_RESIZE. (Previously, the BlockBackend layer would have caught