summary refs log tree commit diff stats
path: root/results/classifier/mode-gemma3:12b/user/1596870
blob: 31c998aeea5cb84a6ab5d4b5daff704c1fad6a1b (plain) (blame)
1
2
3
4
5
6
7
8
9
qemu-img backed over https fails on zero-length file

When creating new disk with qemu-img backed by file accessed over HTTPS and the backing file has zero length, qemu-img fails with uninformative error:

        qemu-img: disk.qcow2: CURL: Error opening file:

The error message should either be improved, or the operation on zero-length file should be allowed. Some other backends, as e.g. raw backend for regular files, seem to allow empty files.