summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1888467
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/files/1888467')
-rw-r--r--results/classifier/gemma3:12b/files/188846713
1 files changed, 13 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1888467 b/results/classifier/gemma3:12b/files/1888467
new file mode 100644
index 000000000..5dbefd015
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1888467
@@ -0,0 +1,13 @@
+
+qemu-img http convert bug
+
+Hello, Why the file sizes of http conversion and local conversion are inconsistent?
+
+Use the http method of qemu-img for conversion. The size of some formats after conversion is different from the local method of qemu-img. Such as vhd, vdi. qcow2 and vmdk are normal。
+My image size is 40 G, raw format.
+
+The source is the same file, but the access method is different
+http method of qemu-img: qemu-img convert -f raw -O vdi http://xxx xxx.vdi(19G,after conversion)
+local method of qemu-img: qemu-img convert -f raw -O vdi xxx.raw xxx.vdi(3G,after conversion)
+
+thank you
\ No newline at end of file