Lines Matching full:node
43 'node-name': 'source-node',
49 blk_target = {'node-name': 'target-node',
84 filter_node_name='mirror-node',
85 device='source-node',
86 target='target-node',
129 filter_node_name='mirror-node',
130 device='source-node',
131 target='target-node',
153 filter_node_name='mirror-node',
154 device='source-node',
155 target='target-node',
220 'node-name': 'source-node',
233 'node-name': 'target-node',
243 self.nbd_url = f'nbd+unix:///source-node?socket={self.nbd_sock}'
253 node_name='source-node', writable=True)
288 Throttle the source node, then issue a whole bunch of external requests
300 self.vm.hmp_qemu_io('source-node',
308 filter_node_name='mirror-node',
309 device='source-node',
310 target='target-node',
322 # Create enough requests to saturate the node for 5 seconds
367 # node was saturated with active requests
376 Issue requests on the mirror source node right as the mirror is
378 created, but after the node has been put into the graph. Write
379 requests across the node must in that case be forwarded to the source
380 node without attempting to mirror them (there is no job object yet, so
382 We do this with a lightly throttled node (i.e. quite high IOPS limit).
403 device='source-node',
404 target='target-node',