Lines Matching full:node
46 "backing.node-name=mid," +
47 "backing.backing.node-name=base")
157 'Cannot find device=\'nonexistent\' nor node-name=\'nonexistent\'')
182 self.assert_qmp(result, 'error/desc', 'Block node is read-only')
200 opts.append("backing." * img_depth + "node-name=node%d" % i)
246 node_name = 'node%d' % i
250 job_id=job_id, bottom=f'node{i-1}',
296 "Node 'stream-filter' is busy: block device is in use by block job: stream")
300 "Node 'node3' is busy: block device is in use by block job: stream")
304 "Node 'node4' is busy: block device is in use by block job: stream")
309 "Node 'stream-filter' is busy: block device is in use by block job: stream")
313 "Node 'node3' is busy: block device is in use by block job: stream")
318 "Node 'node2' is busy: block device is in use by block job: stream")
336 "Node 'node3' is busy: block device is in use by block job: commit")
340 "Node 'node5' is busy: block device is in use by block job: commit")
344 "Node 'node4' is busy: block device is in use by block job: commit")
348 "Node 'node5' is busy: block device is in use by block job: commit")
353 "Node 'drive0' is busy: block device is in use by block job: commit")
370 "Node 'node5' is busy: block device is in use by block job: commit")
383 # In this case the base node of the stream job is the same as the
384 # top node of commit job. Since this results in the commit filter
385 # node being part of the stream chain, this is not allowed.
404 # In this case the base node of the stream job is the commit job's
405 # filter node. stream does not have a real dependency on its base
406 # node, so even though commit removes it when it is done, there is
426 # Assert that node0 is now the backing node of node4
428 node4 = next(node for node in result['return'] if node['node-name'] == 'node4')
504 # Error: the base node does not exist
507 'Cannot find device=\'\' nor node-name=\'none\'')
509 # Error: the base node is not a backing file of the top node
512 "Node 'node6' is not a backing image of 'node4'")
514 # Error: the base node is the same as the top node
517 "Node 'node4' is not a backing image of 'node4'")
519 # Error: cannot specify 'base' and 'base-node' at the same time
522 "'base' and 'base-node' cannot be specified at the same time")
524 # Success: the base node is a backing file of the top node
559 opts.append("children.%d.node-name=node%d" % (i, i))