summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1155677
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1155677')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/115567723
1 files changed, 0 insertions, 23 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1155677 b/results/classifier/deepseek-2-tmp/output/other/1155677
deleted file mode 100644
index 765e00060..000000000
--- a/results/classifier/deepseek-2-tmp/output/other/1155677
+++ /dev/null
@@ -1,23 +0,0 @@
-
-snapshot=on fails with non file-based storage
-
-The snapshot=on option doesn't work with an nbd block device:
-
-/usr/bin/qemu-system-x86_64 \
-[...]
-    -device virtio-scsi-pci,id=scsi \
-    -drive file=nbd:localhost:61930,snapshot=on,format=raw,id=hd0,if=none \
-    -device scsi-hd,drive=hd0 \
-[...]
-
-gives the error:
-
-qemu-system-x86_64: -drive file=nbd:localhost:61930,snapshot=on,format=raw,id=hd0,if=none: could not open disk image nbd:localhost:61930: No such file or directory
-
-If you remove the snapshot=on flag, it works (although that of course means that the block device is writable which we don't want).
-
-Previously reported here:
-
-  http://permalink.gmane.org/gmane.comp.emulators.qemu/148390
-
-and I can confirm this still happens in qemu 1.4.0.
\ No newline at end of file