Lines Matching full:export
2 # group: rw quick export
21 # Test the block export QAPI interfaces
57 iotests.log('\n=== Create a read-only NBD export ===')
59 vm.qmp_log('block-export-add', id='export0', type='nbd', node_name='fmt')
66 vm.qmp_log('block-export-add', id='#invalid', type='nbd', node_name='fmt')
67 vm.qmp_log('block-export-add', id='export0', type='nbd', node_name='fmt')
68 vm.qmp_log('block-export-add', id='export1', type='nbd', node_name='ro',
70 vm.qmp_log('block-export-del', id='export1')
73 iotests.log('\n=== Move export to an iothread ===')
79 iotests.log('\n=== Add export with conflicting iothread ===')
84 vm.qmp_log('block-export-add', id='export1', type='nbd', node_name='null',
89 vm.qmp_log('block-export-add', id='export1', type='nbd', node_name='null',
92 iotests.log('\n=== Add a writable export ===')
95 vm.qmp_log('block-export-add', id='export1', type='nbd', node_name='fmt',
97 description='This is the writable second export')
107 vm.qmp_log('block-export-add', id='export1', type='nbd', node_name='fmt',
109 description='This is the writable second export')
124 vm.qmp_log('block-export-del', id='export1')
125 vm.qmp_log('block-export-del', id='export0')
135 vm.qmp_log('block-export-del', id='export1')
136 vm.qmp_log('block-export-del', id='export1', mode='hard')