diff options
Diffstat (limited to 'results/classifier/gemma3:12b/files/1753186')
| -rw-r--r-- | results/classifier/gemma3:12b/files/1753186 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1753186 b/results/classifier/gemma3:12b/files/1753186 new file mode 100644 index 000000000..21c60b05b --- /dev/null +++ b/results/classifier/gemma3:12b/files/1753186 @@ -0,0 +1,17 @@ + +qemu-nbd: always first snapshot loaded from VDI images with snapshots + +When mounting a virtual box disk image of a VM with snapshots, always the state of the first snapshot is shown. + +How to reproduce: +1. Create a new VirtualBox VM or use an existing one, while choosing VDI as the disk image format. +2. Create a snapshot of the VM. +3. Modify the file system from within the VM enough that differences to the snapshotted version are apparent. +4. Create another snapshot. +5. Shut down the VM. +6. Mount the partition from the disk image with `qemu-nbd -c /dev/nbd0 /path/to/disk.vdi; mount /dev/nbd0pX /mnt` + +Expected result: The mounted disk image shall represent the latest state of the VM +Actual result: The mounted disk image represents the VM state at the first snapshot + +version information: qemu-nbd-2.11.1(openSUSE Tumbleweed) \ No newline at end of file |