Lines Matching +full:- +full:destination

37     iotests.qemu_img_create('-f', iotests.imgfmt, backing_path, '64M')
38 iotests.qemu_img_create('-f', iotests.imgfmt, img_path, '64M')
44 (vm_a.add_blockdev('file,filename=%s,node-name=drive0-file' % (img_path))
45 .add_blockdev('%s,file=drive0-file,node-name=drive0' % (iotests.imgfmt))
46 .add_blockdev('file,filename=%s,node-name=drive0-backing-file' % (backing_path))
47 .add_blockdev('%s,file=drive0-backing-file,node-name=drive0-backing' % (iotests.imgfmt))
52 iotests.log('Launching destination VM...')
53 (vm_b.add_blockdev('file,filename=%s,node-name=drive0-file' % (img_path))
54 .add_blockdev('%s,file=drive0-file,node-name=drive0' % (iotests.imgfmt))
55 .add_blockdev('file,filename=%s,node-name=drive0-backing-file' % (backing_path))
56 .add_blockdev('%s,file=drive0-backing-file,node-name=drive0-backing' % (iotests.imgfmt))
63 # is covered by the -blockdev options above.
64 iotests.log(vm_a.qmp('blockdev-snapshot', node='drive0-backing',
66 iotests.log(vm_b.qmp('blockdev-snapshot', node='drive0-backing',
74 # Wait for the destination second (which does not)
77 iotests.log(vm_a.qmp('query-migrate')['return']['status'])
78 iotests.log(vm_b.qmp('query-migrate')['return']['status'])
80 iotests.log(vm_a.qmp('query-status'))
81 iotests.log(vm_b.qmp('query-status'))
83 iotests.log('Add a second parent to drive0-file...')
84 iotests.log(vm_b.qmp('blockdev-add', driver='raw', file='drive0-file',
85 node_name='drive0-raw'))
87 iotests.log('Restart A with -incoming and second parent...')
89 (vm_a.add_blockdev('raw,file=drive0-file,node-name=drive0-raw')
95 iotests.log(vm_a.qmp('blockdev-snapshot', node='drive0-backing',
103 # Wait for the destination second (which does not)
106 iotests.log(vm_a.qmp('query-migrate')['return']['status'])
107 iotests.log(vm_b.qmp('query-migrate')['return']['status'])
109 iotests.log(vm_a.qmp('query-status'))
110 iotests.log(vm_b.qmp('query-status'))