diff options
author | Sam Eiderman | 2019-06-20 11:10:56 +0200 |
---|---|---|
committer | Max Reitz | 2019-06-24 15:53:02 +0200 |
commit | 59d6ee485020fdc45cb0f9f748d8b8850fad9f8c (patch) | |
tree | 4900f29e776a3e46836343141345daa4f5f6cde7 /tests | |
parent | vmdk: Fix comment regarding max l1_size coverage (diff) | |
download | qemu-59d6ee485020fdc45cb0f9f748d8b8850fad9f8c.tar.gz qemu-59d6ee485020fdc45cb0f9f748d8b8850fad9f8c.tar.xz qemu-59d6ee485020fdc45cb0f9f748d8b8850fad9f8c.zip |
vmdk: Reduce the max bound for L1 table size
512M of L1 entries is a very loose bound, only 32M are required to store
the maximal supported VMDK file size of 2TB.
Fixed qemu-iotest 59# - now failure occures before on impossible L1
table size.
Reviewed-by: Karl Heubaum <karl.heubaum@oracle.com>
Reviewed-by: Eyal Moscovici <eyal.moscovici@oracle.com>
Reviewed-by: Liran Alon <liran.alon@oracle.com>
Reviewed-by: Arbel Moshe <arbel.moshe@oracle.com>
Signed-off-by: Sam Eiderman <shmuel.eiderman@oracle.com>
Message-id: 20190620091057.47441-3-shmuel.eiderman@oracle.com
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qemu-iotests/059.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out index f51394ae8e..4fab42a28c 100644 --- a/tests/qemu-iotests/059.out +++ b/tests/qemu-iotests/059.out @@ -2358,5 +2358,5 @@ Offset Length Mapped to File 0x140000000 0x10000 0x50000 TEST_DIR/t-s003.vmdk === Testing afl image with a very large capacity === -qemu-img: Can't get image size 'TEST_DIR/afl9.IMGFMT': File too large +qemu-img: Could not open 'TEST_DIR/afl9.IMGFMT': L1 size too big *** done |