From d0c85e36e4de67af628d54e9ab577cc3fad7796a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Thu, 3 Jul 2025 07:27:52 +0000 Subject: add deepseek and gemma results --- results/classifier/gemma3:12b/files/1881648 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 results/classifier/gemma3:12b/files/1881648 (limited to 'results/classifier/gemma3:12b/files/1881648') diff --git a/results/classifier/gemma3:12b/files/1881648 b/results/classifier/gemma3:12b/files/1881648 new file mode 100644 index 000000000..ff7422621 --- /dev/null +++ b/results/classifier/gemma3:12b/files/1881648 @@ -0,0 +1,18 @@ + +`qemu-img info` reports an incorrect actual-size when the underlying posix filesystem has transparent compression + +qemu-img info reports the same thing as `du`*1024: + +$ qemu-img info --output json ./my.qcow2 | jq '."actual-size"' +558619648 + +$ du ./my.qcow2 +545527 ./my.qcow2 + +$ echo $((558619648 / 545527)) +1024 + +and this is correct in terms of bytes on disk, but due to transparent compression implemented by the filesystem, it is not the actual byte count: + +$ du -h --apparent-size ./my.qcow2 +1346568192 my.qcow2 \ No newline at end of file -- cgit 1.4.1