summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1103903
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1103903')
-rw-r--r--results/scraper/launchpad-without-comments/110390322
1 files changed, 22 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1103903 b/results/scraper/launchpad-without-comments/1103903
new file mode 100644
index 000000000..77a6bc54f
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1103903
@@ -0,0 +1,22 @@
+drive_mirror on a resized image creates file with wrong size
+
+Repro steps:
+
+qemu-img create -f qcow2 base 32M
+qemu-img create -f qcow2 -o backing_file=base disk
+qemu-img resize /home/vishvananda/disk 64M
+qemu-system-x86_64 -drive file=disk,id=vda -vnc :1 -monitor stdio
+QEMU 1.3.0 monitor - type 'help' for more information
+(qemu) drive_mirror vda test
+Formatting 'test', fmt=qcow2 size=33554432 backing_file='base' backing_fmt='qcow2' encryption=off cluster_size=65536 lazy_refcounts=off
+
+the file is 32M instead of 64M:
+
+qemu-img info test
+image: test
+file format: qcow2
+virtual size: 32M (33554432 bytes)
+disk size: 196K
+cluster_size: 65536
+backing file: base
+backing file format: qcow2
\ No newline at end of file