]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/178.out.qcow2
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-05-26-v3' into...
[mirror_qemu.git] / tests / qemu-iotests / 178.out.qcow2
1 QA output created by 178
2 == Input validation ==
3
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
5 qemu-img: Either --size N or one filename must be specified.
6 qemu-img: --size N cannot be used together with a filename.
7 qemu-img: At most one filename argument is allowed.
8 qemu-img: Either --size N or one filename must be specified.
9 qemu-img: --image-opts, -f, and -l require a filename argument.
10 qemu-img: --image-opts, -f, and -l require a filename argument.
11 qemu-img: --image-opts, -f, and -l require a filename argument.
12 qemu-img: Invalid option list: ,
13 qemu-img: Invalid parameter 'snapshot.foo'
14 qemu-img: Failed in parsing snapshot param 'snapshot.foo'
15 qemu-img: --output must be used with human or json as argument.
16 qemu-img: Invalid image size specified. Must be between 0 and 9223372036854775807.
17 qemu-img: Unknown file format 'foo'
18
19 == Size calculation for a new file (human) ==
20
21 required size: 196608
22 fully allocated size: 196608
23 required size: 589824
24 fully allocated size: 2148073472
25 required size: 10747904
26 fully allocated size: 68730224640
27 required size: 42205184
28 fully allocated size: 274920112128
29 required size: 168034304
30 fully allocated size: 1099679662080
31 required size: 343650009088
32 fully allocated size: 2252143463694336
33 qemu-img: The image size is too large (try using a larger cluster size)
34
35 == Empty qcow2 input image (human) ==
36
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
38 required size: 196608
39 fully allocated size: 196608
40 bitmaps size: 0
41
42 converted image file size in bytes: 196608
43
44 == qcow2 input image with data (human) ==
45
46 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
47 required size: 393216
48 fully allocated size: 1074135040
49 bitmaps size: 0
50 wrote 512/512 bytes at offset 512
51 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
52 wrote 65536/65536 bytes at offset 65536
53 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
54 wrote 64512/64512 bytes at offset 134217728
55 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
56 required size: 589824
57 fully allocated size: 1074135040
58 bitmaps size: 0
59
60 converted image file size in bytes: 524288
61
62 == qcow2 input image with internal snapshot (human) ==
63
64 required size: 524288
65 fully allocated size: 1074135040
66 bitmaps size: 0
67
68 converted image file size in bytes: 458752
69
70 == qcow2 input image and a backing file (human) ==
71
72 required size: 1074135040
73 fully allocated size: 1074135040
74 bitmaps size: 0
75
76 == qcow2 input image and LUKS encryption ==
77
78 required size: 2686976
79 fully allocated size: 1076232192
80 bitmaps size: 0
81
82 == qcow2 input image and preallocation (human) ==
83
84 required size: 1074135040
85 fully allocated size: 1074135040
86 bitmaps size: 0
87
88 converted image file size in bytes: 1074135040
89
90 == Fully-allocated qcow2 input image (human) ==
91
92 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
93 wrote 8388608/8388608 bytes at offset 0
94 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
95 required size: 8716288
96 fully allocated size: 8716288
97 bitmaps size: 0
98
99 converted image file size in bytes: 8716288
100
101 == Empty raw input image (human) ==
102
103 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
104 required size: 196608
105 fully allocated size: 196608
106
107 converted image file size in bytes: 196608
108
109 == raw input image with data (human) ==
110
111 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=1073741824
112 required size: 458752
113 fully allocated size: 1074135040
114 wrote 512/512 bytes at offset 512
115 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
116 wrote 65536/65536 bytes at offset 65536
117 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
118 wrote 64512/64512 bytes at offset 134217728
119 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
120 required size: 589824
121 fully allocated size: 1074135040
122
123 converted image file size in bytes: 524288
124
125 == raw input image and a backing file (human) ==
126
127 required size: 1074135040
128 fully allocated size: 1074135040
129
130 == raw input image and LUKS encryption ==
131
132 required size: 2686976
133 fully allocated size: 1076232192
134
135 == raw input image and preallocation (human) ==
136
137 required size: 1074135040
138 fully allocated size: 1074135040
139
140 converted image file size in bytes: 1074135040
141
142 == Fully-allocated raw input image (human) ==
143
144 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=8388608
145 wrote 8388608/8388608 bytes at offset 0
146 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
147 required size: 8716288
148 fully allocated size: 8716288
149
150 converted image file size in bytes: 8716288
151
152 == Size calculation for a new file (json) ==
153
154 {
155 "required": 196608,
156 "fully-allocated": 196608
157 }
158 {
159 "required": 589824,
160 "fully-allocated": 2148073472
161 }
162 {
163 "required": 10747904,
164 "fully-allocated": 68730224640
165 }
166 {
167 "required": 42205184,
168 "fully-allocated": 274920112128
169 }
170 {
171 "required": 168034304,
172 "fully-allocated": 1099679662080
173 }
174 {
175 "required": 343650009088,
176 "fully-allocated": 2252143463694336
177 }
178 qemu-img: The image size is too large (try using a larger cluster size)
179
180 == Empty qcow2 input image (json) ==
181
182 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
183 {
184 "bitmaps": 0,
185 "required": 196608,
186 "fully-allocated": 196608
187 }
188
189 converted image file size in bytes: 196608
190
191 == qcow2 input image with data (json) ==
192
193 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
194 {
195 "bitmaps": 0,
196 "required": 393216,
197 "fully-allocated": 1074135040
198 }
199 wrote 512/512 bytes at offset 512
200 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
201 wrote 65536/65536 bytes at offset 65536
202 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
203 wrote 64512/64512 bytes at offset 134217728
204 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
205 {
206 "bitmaps": 0,
207 "required": 589824,
208 "fully-allocated": 1074135040
209 }
210
211 converted image file size in bytes: 524288
212
213 == qcow2 input image with internal snapshot (json) ==
214
215 {
216 "bitmaps": 0,
217 "required": 524288,
218 "fully-allocated": 1074135040
219 }
220
221 converted image file size in bytes: 458752
222
223 == qcow2 input image and a backing file (json) ==
224
225 {
226 "bitmaps": 0,
227 "required": 1074135040,
228 "fully-allocated": 1074135040
229 }
230
231 == qcow2 input image and LUKS encryption ==
232
233 {
234 "bitmaps": 0,
235 "required": 2686976,
236 "fully-allocated": 1076232192
237 }
238
239 == qcow2 input image and preallocation (json) ==
240
241 {
242 "bitmaps": 0,
243 "required": 1074135040,
244 "fully-allocated": 1074135040
245 }
246
247 converted image file size in bytes: 1074135040
248
249 == Fully-allocated qcow2 input image (json) ==
250
251 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
252 wrote 8388608/8388608 bytes at offset 0
253 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
254 {
255 "bitmaps": 0,
256 "required": 8716288,
257 "fully-allocated": 8716288
258 }
259
260 converted image file size in bytes: 8716288
261
262 == Empty raw input image (json) ==
263
264 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
265 {
266 "required": 196608,
267 "fully-allocated": 196608
268 }
269
270 converted image file size in bytes: 196608
271
272 == raw input image with data (json) ==
273
274 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=1073741824
275 {
276 "required": 458752,
277 "fully-allocated": 1074135040
278 }
279 wrote 512/512 bytes at offset 512
280 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
281 wrote 65536/65536 bytes at offset 65536
282 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
283 wrote 64512/64512 bytes at offset 134217728
284 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
285 {
286 "required": 589824,
287 "fully-allocated": 1074135040
288 }
289
290 converted image file size in bytes: 524288
291
292 == raw input image and a backing file (json) ==
293
294 {
295 "required": 1074135040,
296 "fully-allocated": 1074135040
297 }
298
299 == raw input image and LUKS encryption ==
300
301 {
302 "required": 2686976,
303 "fully-allocated": 1076232192
304 }
305
306 == raw input image and preallocation (json) ==
307
308 {
309 "required": 1074135040,
310 "fully-allocated": 1074135040
311 }
312
313 converted image file size in bytes: 1074135040
314
315 == Fully-allocated raw input image (json) ==
316
317 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=8388608
318 wrote 8388608/8388608 bytes at offset 0
319 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
320 {
321 "required": 8716288,
322 "fully-allocated": 8716288
323 }
324
325 converted image file size in bytes: 8716288
326 *** done