Message ID | 20240620144402.65896-1-vsementsov@yandex-team.ru (mailing list archive) |
---|---|
Headers | show |
Series | fix backup-discard-source test for XFS | expand |
Hi Kevin! Now I revisit my old series, and looking here I see that I forget add you into CC. Does it still make sense? On 20.06.24 17:44, Vladimir Sementsov-Ogievskiy wrote: > Hi all! > > As Kevin reported, the test doesn't work on XFS, as it rely on disk > usage. > > Fix it, switching to dirty bitmap for guest write tracking. > > Vladimir Sementsov-Ogievskiy (2): > iotests/backup-discard-source: convert size variable to be int > iotests/backup-discard-source: don't use actual-size > > .../qemu-iotests/tests/backup-discard-source | 39 ++++++++++++------- > 1 file changed, 25 insertions(+), 14 deletions(-) >
Am 03.10.2024 um 08:39 hat Vladimir Sementsov-Ogievskiy geschrieben: > Hi Kevin! > > Now I revisit my old series, and looking here I see that I forget add you into CC. > > Does it still make sense? Oops, I missed this one indeed. Thanks, applied to the block branch. Kevin