1 === Successful image creation (defaults) ===
3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "size": 0}}}
5 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
8 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "node-name": "imgfile"}}
10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "file": "imgfile", "size": 5368709120}}}
12 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
17 virtual size: 5 GiB (5368709120 bytes)
19 Format specific information:
21 parent cid: XXXXXXXXXX
22 create type: monolithicSparse
25 virtual size: 5368709120
30 === Successful image creation (inline blockdev-add, explicit defaults) ===
32 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "size": 0}}}
34 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
37 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "ide", "driver": "vmdk", "extents": [], "file": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk"}, "hwversion": "4", "size": 67108864, "subformat": "monolithicSparse", "zeroed-grain": false}}}
39 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
44 virtual size: 64 MiB (67108864 bytes)
46 Format specific information:
48 parent cid: XXXXXXXXXX
49 create type: monolithicSparse
52 virtual size: 67108864
57 === Successful image creation (with non-default options) ===
59 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "size": 0}}}
61 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
64 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "buslogic", "driver": "vmdk", "extents": [], "file": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk"}, "size": 33554432, "subformat": "monolithicSparse", "zeroed-grain": true}}}
66 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
71 virtual size: 32 MiB (33554432 bytes)
73 Format specific information:
75 parent cid: XXXXXXXXXX
76 create type: monolithicSparse
79 virtual size: 33554432
84 === Invalid BlockdevRef ===
86 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "file": "this doesn't exist", "size": 33554432}}}
88 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
89 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
94 == Valid adapter types ==
96 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "ide", "driver": "vmdk", "file": "node0", "size": 33554432}}}
98 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
101 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "buslogic", "driver": "vmdk", "file": "node0", "size": 33554432}}}
103 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
106 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "lsilogic", "driver": "vmdk", "file": "node0", "size": 33554432}}}
108 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
111 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "legacyESX", "driver": "vmdk", "file": "node0", "size": 33554432}}}
113 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
116 == Invalid adapter types ==
118 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "foo", "driver": "vmdk", "file": "node0", "size": 33554432}}}
119 {"error": {"class": "GenericError", "desc": "Parameter 'adapter-type' does not accept value 'foo'"}}
121 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "IDE", "driver": "vmdk", "file": "node0", "size": 33554432}}}
122 {"error": {"class": "GenericError", "desc": "Parameter 'adapter-type' does not accept value 'IDE'"}}
124 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "legacyesx", "driver": "vmdk", "file": "node0", "size": 33554432}}}
125 {"error": {"class": "GenericError", "desc": "Parameter 'adapter-type' does not accept value 'legacyesx'"}}
127 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": 1, "driver": "vmdk", "file": "node0", "size": 33554432}}}
128 {"error": {"class": "GenericError", "desc": "Invalid parameter type for 'options.adapter-type', expected: string"}}
130 === Other subformats ===
134 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "file": "node0", "size": 33554432, "subformat": "monolithicFlat"}}}
136 Job failed: Extent [0] not specified
137 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
142 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1"], "file": "node0", "size": 33554432, "subformat": "monolithicFlat"}}}
144 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
149 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": "node0", "size": 512, "subformat": "monolithicFlat"}}}
151 Job failed: List of extents contains unused extents
152 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
157 = twoGbMaxExtentFlat 512 =
159 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1"], "file": "node0", "size": 512, "subformat": "twoGbMaxExtentFlat"}}}
161 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
166 virtual size: 512 B (512 bytes)
167 Format specific information:
169 parent cid: XXXXXXXXXX
170 create type: twoGbMaxExtentFlat
177 = twoGbMaxExtentSparse 512 =
179 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1"], "file": "node0", "size": 512, "subformat": "twoGbMaxExtentSparse"}}}
181 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
186 virtual size: 512 B (512 bytes)
188 Format specific information:
190 parent cid: XXXXXXXXXX
191 create type: twoGbMaxExtentSparse
199 = twoGbMaxExtentFlat 1073741824 =
201 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1"], "file": "node0", "size": 1073741824, "subformat": "twoGbMaxExtentFlat"}}}
203 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
208 virtual size: 1 GiB (1073741824 bytes)
209 Format specific information:
211 parent cid: XXXXXXXXXX
212 create type: twoGbMaxExtentFlat
215 virtual size: 1073741824
219 = twoGbMaxExtentSparse 1073741824 =
221 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1"], "file": "node0", "size": 1073741824, "subformat": "twoGbMaxExtentSparse"}}}
223 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
228 virtual size: 1 GiB (1073741824 bytes)
230 Format specific information:
232 parent cid: XXXXXXXXXX
233 create type: twoGbMaxExtentSparse
236 virtual size: 1073741824
241 = twoGbMaxExtentFlat 2147483648 =
243 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1"], "file": "node0", "size": 2147483648, "subformat": "twoGbMaxExtentFlat"}}}
245 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
250 virtual size: 2 GiB (2147483648 bytes)
251 Format specific information:
253 parent cid: XXXXXXXXXX
254 create type: twoGbMaxExtentFlat
257 virtual size: 2147483648
261 = twoGbMaxExtentSparse 2147483648 =
263 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1"], "file": "node0", "size": 2147483648, "subformat": "twoGbMaxExtentSparse"}}}
265 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
270 virtual size: 2 GiB (2147483648 bytes)
272 Format specific information:
274 parent cid: XXXXXXXXXX
275 create type: twoGbMaxExtentSparse
278 virtual size: 2147483648
283 = twoGbMaxExtentFlat 5368709120 =
285 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": "node0", "size": 5368709120, "subformat": "twoGbMaxExtentFlat"}}}
287 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
292 virtual size: 5 GiB (5368709120 bytes)
293 Format specific information:
295 parent cid: XXXXXXXXXX
296 create type: twoGbMaxExtentFlat
299 virtual size: 2147483648
303 virtual size: 2147483648
307 virtual size: 1073741824
311 = twoGbMaxExtentSparse 5368709120 =
313 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": "node0", "size": 5368709120, "subformat": "twoGbMaxExtentSparse"}}}
315 {"execute": "job-dismiss", "arguments": {"id": "job0"}}
320 virtual size: 5 GiB (5368709120 bytes)
322 Format specific information:
324 parent cid: XXXXXXXXXX
325 create type: twoGbMaxExtentSparse
328 virtual size: 2147483648
333 virtual size: 2147483648
338 virtual size: 1073741824