summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1753186
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1753186')
-rw-r--r--results/scraper/launchpad-without-comments/175318616
1 files changed, 16 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1753186 b/results/scraper/launchpad-without-comments/1753186
new file mode 100644
index 000000000..166848b85
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1753186
@@ -0,0 +1,16 @@
+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