mbox series

[0/2] fix backup-discard-source test for XFS

Message ID 20240620144402.65896-1-vsementsov@yandex-team.ru (mailing list archive)
Headers show
Series fix backup-discard-source test for XFS | expand

Message

Vladimir Sementsov-Ogievskiy June 20, 2024, 2:44 p.m. UTC
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(-)

Comments

Vladimir Sementsov-Ogievskiy Oct. 3, 2024, 6:39 a.m. UTC | #1
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(-)
>
Kevin Wolf Oct. 18, 2024, 2:52 p.m. UTC | #2
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