summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/044.out
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2013-03-26 17:49:54 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2013-03-28 11:52:42 +0100
commitc349ca4bb2dbca53c15147d283ea9f6c94376c6c (patch)
treedae0ff6fbcf082d54ab2f80140f7c161fa5863e1 /tests/qemu-iotests/044.out
parent6f74928192e8e8a16f64b6208171eb13af890bbc (diff)
downloadqemu-c349ca4bb2dbca53c15147d283ea9f6c94376c6c.tar.gz
qcow2: Fix "total clusters" number in bdrv_check
This should be based on the virtual disk size, not on the size of the image. Interesting observation: With some VM state stored in the image file, percentages higher than 100% are possible, even though snapshots themselves are ignored. This is a qcow2 bug to be fixed another day: The VM state should be discarded in the active L2 tables after completing the snapshot creation. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/044.out')
-rw-r--r--tests/qemu-iotests/044.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/044.out b/tests/qemu-iotests/044.out
index 5eed3f87a3..34c25c793e 100644
--- a/tests/qemu-iotests/044.out
+++ b/tests/qemu-iotests/044.out
@@ -1,5 +1,5 @@
No errors were found on the image.
-7292415/8391499= 86.90% allocated, 0.00% fragmented, 0.00% compressed clusters
+7292415/33554432 = 21.73% allocated, 0.00% fragmented, 0.00% compressed clusters
Image end offset: 4296447488
.
----------------------------------------------------------------------