diff options
author | Kevin Wolf <kwolf@redhat.com> | 2014-11-27 15:03:53 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-12-10 10:31:13 +0100 |
commit | e800e5d4e25192a6783c1a17e4df8261d9357e01 (patch) | |
tree | 213ddbd191cb30296a3ef4eae6c5c89354ce0548 /tests/qemu-iotests/060.out | |
parent | a56ebc6ba4be1b6060d87b115c48ff57236c8def (diff) | |
download | qemu-e800e5d4e25192a6783c1a17e4df8261d9357e01.zip qemu-e800e5d4e25192a6783c1a17e4df8261d9357e01.tar.gz qemu-e800e5d4e25192a6783c1a17e4df8261d9357e01.tar.bz2 |
qemu-iotests: 060: Filter the real disk size
The real on-disk size of an image depends on things like the host
filesystem. _img_info already filters it out, use the function in 060.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Michael Mueller <mimu@linux.vnet.ibm.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/060.out')
-rw-r--r-- | tests/qemu-iotests/060.out | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/qemu-iotests/060.out b/tests/qemu-iotests/060.out index 9419da1..4cdf62b 100644 --- a/tests/qemu-iotests/060.out +++ b/tests/qemu-iotests/060.out @@ -11,10 +11,9 @@ incompatible_features 0x0 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with active L1 table); further corruption events will be suppressed write failed: Input/output error incompatible_features 0x2 -image: TEST_DIR/t.qcow2 -file format: qcow2 +image: TEST_DIR/t.IMGFMT +file format: IMGFMT virtual size: 64M (67108864 bytes) -disk size: 196K cluster_size: 65536 Format specific information: compat: 1.1 |