]> git.ipfire.org Git - thirdparty/qemu.git/commit
iotests: Disable 125 on broken XFS versions
authorMax Reitz <mreitz@redhat.com>
Wed, 25 Sep 2019 18:32:30 +0000 (20:32 +0200)
committerMax Reitz <mreitz@redhat.com>
Thu, 10 Oct 2019 08:56:18 +0000 (10:56 +0200)
commit285f595d74738f9f99c5b5b05005956e0d7c1b77
treeafa8319f27725ea23e9e4e11ad4296b913661250
parente6e8db0337307eb600d0903adea44eaa7ff14cc3
iotests: Disable 125 on broken XFS versions

And by that I mean all XFS versions, as far as I can tell.  All details
are in the comment below.

We never noticed this problem because we only read the first number from
qemu-img info's "disk size" output -- and that is effectively useless,
because qemu-img prints a human-readable value (which generally includes
a decimal point).  That will be fixed in the next patch.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190925183231.11196-3-mreitz@redhat.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/125