diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/network/1888467')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/network/1888467 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/network/1888467 b/results/classifier/deepseek-2-tmp/output/network/1888467 deleted file mode 100644 index 5dbefd015..000000000 --- a/results/classifier/deepseek-2-tmp/output/network/1888467 +++ /dev/null @@ -1,13 +0,0 @@ - -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 |