Lines Matching refs:export

10 === Create a read-only NBD export ===
11 {"execute": "block-export-add", "arguments": {"id": "export0", "node-name": "fmt", "type": "nbd"}}
16 export: 'fmt'
28 {"execute": "block-export-add", "arguments": {"id": "#invalid", "node-name": "fmt", "type": "nbd"}}
29 {"error": {"class": "GenericError", "desc": "Invalid block export id"}}
30 {"execute": "block-export-add", "arguments": {"id": "export0", "node-name": "fmt", "type": "nbd"}}
31 {"error": {"class": "GenericError", "desc": "Block export id 'export0' is already in use"}}
32 {"execute": "block-export-add", "arguments": {"id": "export1", "node-name": "ro", "type": "nbd", "w…
33 {"error": {"class": "GenericError", "desc": "Cannot export read-only node as writable"}}
34 {"execute": "block-export-del", "arguments": {"id": "export1"}}
39 === Move export to an iothread ===
45 export: 'fmt'
56 === Add export with conflicting iothread ===
59 {"execute": "block-export-add", "arguments": {"fixed-iothread": true, "id": "export1", "iothread": …
61 {"execute": "block-export-add", "arguments": {"fixed-iothread": false, "id": "export1", "iothread":…
64 === Add a writable export ===
65 {"execute": "block-export-add", "arguments": {"description": "This is the writable second export", …
72 {"execute": "block-export-add", "arguments": {"description": "This is the writable second export", …
77 export: 'fmt'
86 export: 'export1'
87 description: This is the writable second export
105 {"execute": "block-export-del", "arguments": {"id": "export1"}}
106 {"error": {"class": "GenericError", "desc": "export 'export1' still in use"}}
107 {"execute": "block-export-del", "arguments": {"id": "export0"}}
113 export: 'export1'
114 description: This is the writable second export
126 {"execute": "block-export-del", "arguments": {"id": "export1"}}
127 {"error": {"class": "GenericError", "desc": "export 'export1' still in use"}}
128 {"execute": "block-export-del", "arguments": {"id": "export1", "mode": "hard"}}