summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1819182
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1819182')
-rw-r--r--results/scraper/launchpad-without-comments/181918223
1 files changed, 23 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1819182 b/results/scraper/launchpad-without-comments/1819182
new file mode 100644
index 000000000..12be15c0a
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1819182
@@ -0,0 +1,23 @@
+info does not recognize file format of vpc with subformat=fixed
+
+After creating or converting an image to vpc with 'subformat=fixed'
+'qemu-img info' incorrectly identifies the image as 'raw' format.
+
+$ qemu-img --version
+qemu-img version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.10)
+Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
+
+$ qemu-img create -f vpc -o subformat=fixed my.vpc 2G
+Formatting 'my.vpc', fmt=vpc size=2147483648 subformat=fixed
+
+$ qemu-img info my.vpc
+image: my.vpc
+file format: raw
+virtual size: 2.0G (2147992064 bytes)
+disk size: 4.0K
+
+$ qemu-img info -f vpc my.vpc
+image: my.vpc
+file format: vpc
+virtual size: 2.0G (2147991552 bytes)
+disk size: 4.0K
\ No newline at end of file