Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-06-13' into staging
[qemu/ar7.git] / tests / qemu-iotests / 206.out
blob789eebe57b0309dcad75fb094dcd037294a3bba0
1 === Successful image creation (defaults) ===
3 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'size': 0, 'driver': 'file', 'filename': 'TEST_DIR/PID-t.qcow2'}}}
4 {u'return': {}}
5 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
6 {u'return': {}}
8 {'execute': 'blockdev-add', 'arguments': {'node_name': 'imgfile', 'driver': 'file', 'filename': 'TEST_DIR/PID-t.qcow2'}}
9 {u'return': {}}
10 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'qcow2', 'file': 'imgfile', 'size': 134217728}}}
11 {u'return': {}}
12 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
13 {u'return': {}}
15 image: TEST_IMG
16 file format: IMGFMT
17 virtual size: 128M (134217728 bytes)
18 cluster_size: 65536
19 Format specific information:
20     compat: 1.1
21     lazy refcounts: false
22     refcount bits: 16
23     corrupt: false
25 === Successful image creation (inline blockdev-add, explicit defaults) ===
27 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'nocow': False, 'preallocation': 'off', 'size': 0, 'driver': 'file', 'filename': 'TEST_DIR/PID-t.qcow2'}}}
28 {u'return': {}}
29 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
30 {u'return': {}}
32 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'cluster-size': 65536, 'refcount-bits': 16, 'version': 'v3', 'preallocation': 'off', 'file': {'driver': 'file', 'filename': 'TEST_DIR/PID-t.qcow2'}, 'lazy-refcounts': False, 'driver': 'qcow2', 'size': 67108864}}}
33 {u'return': {}}
34 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
35 {u'return': {}}
37 image: TEST_IMG
38 file format: IMGFMT
39 virtual size: 64M (67108864 bytes)
40 cluster_size: 65536
41 Format specific information:
42     compat: 1.1
43     lazy refcounts: false
44     refcount bits: 16
45     corrupt: false
47 === Successful image creation (v3 non-default options) ===
49 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'nocow': True, 'preallocation': 'falloc', 'size': 0, 'driver': 'file', 'filename': 'TEST_DIR/PID-t.qcow2'}}}
50 {u'return': {}}
51 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
52 {u'return': {}}
54 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'cluster-size': 2097152, 'refcount-bits': 1, 'version': 'v3', 'preallocation': 'metadata', 'file': {'driver': 'file', 'filename': 'TEST_DIR/PID-t.qcow2'}, 'lazy-refcounts': True, 'driver': 'qcow2', 'size': 33554432}}}
55 {u'return': {}}
56 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
57 {u'return': {}}
59 image: TEST_IMG
60 file format: IMGFMT
61 virtual size: 32M (33554432 bytes)
62 cluster_size: 2097152
63 Format specific information:
64     compat: 1.1
65     lazy refcounts: true
66     refcount bits: 1
67     corrupt: false
69 === Successful image creation (v2 non-default options) ===
71 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'size': 0, 'driver': 'file', 'filename': 'TEST_DIR/PID-t.qcow2'}}}
72 {u'return': {}}
73 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
74 {u'return': {}}
76 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'cluster-size': 512, 'backing-fmt': 'qcow2', 'driver': 'qcow2', 'version': 'v2', 'file': {'driver': 'file', 'filename': 'TEST_DIR/PID-t.qcow2'}, 'backing-file': 'TEST_DIR/PID-t.qcow2.base', 'size': 33554432}}}
77 {u'return': {}}
78 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
79 {u'return': {}}
81 image: TEST_IMG
82 file format: IMGFMT
83 virtual size: 32M (33554432 bytes)
84 cluster_size: 512
85 backing file: TEST_IMG.base
86 backing file format: IMGFMT
87 Format specific information:
88     compat: 0.10
89     refcount bits: 16
91 === Successful image creation (encrypted) ===
93 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'encrypt': {'key-secret': 'keysec0', 'iter-time': 10, 'cipher-mode': 'ctr', 'ivgen-hash-alg': 'md5', 'cipher-alg': 'twofish-128', 'format': 'luks', 'ivgen-alg': 'plain64', 'hash-alg': 'sha1'}, 'driver': 'qcow2', 'file': {'driver': 'file', 'filename': 'TEST_DIR/PID-t.qcow2'}, 'size': 33554432}}}
94 {u'return': {}}
95 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
96 {u'return': {}}
98 image: TEST_IMG
99 file format: IMGFMT
100 virtual size: 32M (33554432 bytes)
101 encrypted: yes
102 cluster_size: 65536
103 Format specific information:
104     compat: 1.1
105     lazy refcounts: false
106     refcount bits: 16
107     encrypt:
108         ivgen alg: plain64
109         hash alg: sha1
110         cipher alg: twofish-128
111         uuid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
112         format: luks
113         cipher mode: ctr
114         slots:
115             [0]:
116                 active: true
117                 iters: XXX
118                 key offset: 4096
119                 stripes: 4000
120             [1]:
121                 active: false
122                 key offset: 69632
123             [2]:
124                 active: false
125                 key offset: 135168
126             [3]:
127                 active: false
128                 key offset: 200704
129             [4]:
130                 active: false
131                 key offset: 266240
132             [5]:
133                 active: false
134                 key offset: 331776
135             [6]:
136                 active: false
137                 key offset: 397312
138             [7]:
139                 active: false
140                 key offset: 462848
141         payload offset: 528384
142         master key iters: XXX
143     corrupt: false
145 === Invalid BlockdevRef ===
147 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'qcow2', 'file': "this doesn't exist", 'size': 33554432}}}
148 {u'return': {}}
149 Job failed: Cannot find device=this doesn't exist nor node_name=this doesn't exist
150 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
151 {u'return': {}}
153 === Invalid sizes ===
154 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'qcow2', 'file': 'node0', 'size': 1234}}}
155 {u'return': {}}
156 Job failed: Image size must be a multiple of 512 bytes
157 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
158 {u'return': {}}
160 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'qcow2', 'file': 'node0', 'size': 18446744073709551104L}}}
161 {u'return': {}}
162 Job failed: Could not resize image: Image size cannot be negative
163 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
164 {u'return': {}}
166 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'qcow2', 'file': 'node0', 'size': 9223372036854775808L}}}
167 {u'return': {}}
168 Job failed: Could not resize image: Image size cannot be negative
169 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
170 {u'return': {}}
172 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'qcow2', 'file': 'node0', 'size': 9223372036854775296}}}
173 {u'return': {}}
174 Job failed: Could not resize image: Failed to grow the L1 table: File too large
175 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
176 {u'return': {}}
178 === Invalid version ===
179 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'version': 'v1', 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
180 {u'error': {u'class': u'GenericError', u'desc': u"Invalid parameter 'v1'"}}
182 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'lazy-refcounts': True, 'version': 'v2', 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
183 {u'return': {}}
184 Job failed: Lazy refcounts only supported with compatibility level 1.1 and above (use version=v3 or greater)
185 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
186 {u'return': {}}
188 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'refcount-bits': 8, 'version': 'v2', 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
189 {u'return': {}}
190 Job failed: Different refcount widths than 16 bits require compatibility level 1.1 or above (use version=v3 or greater)
191 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
192 {u'return': {}}
194 === Invalid backing file options ===
195 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'preallocation': 'full', 'driver': 'qcow2', 'backing-file': '/dev/null', 'file': 'node0', 'size': 67108864}}}
196 {u'return': {}}
197 Job failed: Backing file and preallocation cannot be used at the same time
198 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
199 {u'return': {}}
201 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'backing-fmt': 'qcow2', 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
202 {u'return': {}}
203 Job failed: Backing format cannot be used without backing file
204 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
205 {u'return': {}}
207 === Invalid cluster size ===
208 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'cluster-size': 1234, 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
209 {u'return': {}}
210 Job failed: Cluster size must be a power of two between 512 and 2048k
211 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
212 {u'return': {}}
214 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'cluster-size': 128, 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
215 {u'return': {}}
216 Job failed: Cluster size must be a power of two between 512 and 2048k
217 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
218 {u'return': {}}
220 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'cluster-size': 4194304, 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
221 {u'return': {}}
222 Job failed: Cluster size must be a power of two between 512 and 2048k
223 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
224 {u'return': {}}
226 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'cluster-size': 0, 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
227 {u'return': {}}
228 Job failed: Cluster size must be a power of two between 512 and 2048k
229 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
230 {u'return': {}}
232 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'cluster-size': 512, 'driver': 'qcow2', 'file': 'node0', 'size': 281474976710656}}}
233 {u'return': {}}
234 Job failed: Could not resize image: Failed to grow the L1 table: File too large
235 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
236 {u'return': {}}
238 === Invalid refcount width ===
239 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'refcount-bits': 128, 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
240 {u'return': {}}
241 Job failed: Refcount width must be a power of two and may not exceed 64 bits
242 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
243 {u'return': {}}
245 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'refcount-bits': 0, 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
246 {u'return': {}}
247 Job failed: Refcount width must be a power of two and may not exceed 64 bits
248 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
249 {u'return': {}}
251 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'refcount-bits': 7, 'driver': 'qcow2', 'file': 'node0', 'size': 67108864}}}
252 {u'return': {}}
253 Job failed: Refcount width must be a power of two and may not exceed 64 bits
254 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
255 {u'return': {}}