On 2015-03-03 at 17:05, Eric Blake wrote:
On 03/03/2015 02:22 PM, Max Reitz wrote:
vpc does support images > 127 GB if done correctly. qemu does it
correctly. Remove the test pretending otherwise.
Signed-off-by: Max Reitz <mre...@redhat.com>
---
tests/qemu-iotests/006 | 54 ----------------------------------------------
tests/qemu-iotests/006.out | 6 ------
tests/qemu-iotests/group | 2 +-
3 files changed, 1 insertion(+), 61 deletions(-)
delete mode 100755 tests/qemu-iotests/006
delete mode 100644 tests/qemu-iotests/006.out
Should the test be rewritten instead to test that we can create and open
such a file? But I'm also okay with your decision to nuke it entirely.
Well, in order to test it correctly, we'd have to check whether the CHS
configuration is set to 65535/16/255 (as the specification dictates);
because that was the purpose of the test, that we cannot exceed that
limit (whereas in fact we can).
Dropping is easier, so that's what I did.
Reviewed-by: Eric Blake <ebl...@redhat.com>
Thanks!
Max