summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/files/1881648
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/files/1881648')
-rw-r--r--results/classifier/deepseek-2-tmp/output/files/188164818
1 files changed, 0 insertions, 18 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/files/1881648 b/results/classifier/deepseek-2-tmp/output/files/1881648
deleted file mode 100644
index ff7422621..000000000
--- a/results/classifier/deepseek-2-tmp/output/files/1881648
+++ /dev/null
@@ -1,18 +0,0 @@
-
-`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