Lines Matching +full:sda +full:- +full:output +full:- +full:only
5 {"execute": "nbd-server-start", "arguments": {"addr": {"data": {"path": "SOCK_DIR/PID-socket"}, "ty…
7 {"execute": "query-block-exports", "arguments": {}}
10 === Create a read-only NBD export ===
11 {"execute": "block-export-add", "arguments": {"id": "export0", "node-name": "fmt", "type": "nbd"}}
13 {"execute": "query-block-exports", "arguments": {}}
14 {"return": [{"id": "export0", "node-name": "fmt", "shutting-down": false, "type": "nbd"}]}
18 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
22 transaction size: 64-bit
28 {"execute": "block-export-add", "arguments": {"id": "#invalid", "node-name": "fmt", "type": "nbd"}}
30 {"execute": "block-export-add", "arguments": {"id": "export0", "node-name": "fmt", "type": "nbd"}}
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"}}
36 {"execute": "query-block-exports", "arguments": {}}
37 {"return": [{"id": "export0", "node-name": "fmt", "shutting-down": false, "type": "nbd"}]}
40 {"execute": "device_add", "arguments": {"drive": "fmt", "driver": "scsi-hd", "id": "sda"}}
42 {"execute": "query-block-exports", "arguments": {}}
43 {"return": [{"id": "export0", "node-name": "fmt", "shutting-down": false, "type": "nbd"}]}
47 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
51 transaction size: 64-bit
57 {"execute": "device_add", "arguments": {"drive": "null", "driver": "scsi-hd", "id": "sdb"}}
59 {"execute": "block-export-add", "arguments": {"fixed-iothread": true, "id": "export1", "iothread": …
61 {"execute": "block-export-add", "arguments": {"fixed-iothread": false, "id": "export1", "iothread":…
65 …xecute": "block-export-add", "arguments": {"description": "This is the writable second export", "i…
66 …ock device (uses node 'fmt' as 'root' child) and unshared by block device 'sda' (uses node 'fmt' a…
67 {"execute": "device_del", "arguments": {"id": "sda"}}
69 {"data": {"device": "sda", "path": "/machine/peripheral/sda"}, "event": "DEVICE_DELETED", "timestam…
70 {"execute": "device_add", "arguments": {"drive": "fmt", "driver": "scsi-hd", "id": "sda", "share-rw…
72 …xecute": "block-export-add", "arguments": {"description": "This is the writable second export", "i…
74 {"execute": "query-block-exports", "arguments": {}}
75 … [{"id": "export1", "node-name": "fmt", "shutting-down": false, "type": "nbd"}, {"id": "export0", …
79 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
83 transaction size: 64-bit
89 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
93 transaction size: 64-bit
98 === Connect qemu-io to export1, try removing exports ===
105 {"execute": "block-export-del", "arguments": {"id": "export1"}}
107 {"execute": "block-export-del", "arguments": {"id": "export0"}}
110 {"execute": "query-block-exports", "arguments": {}}
111 {"return": [{"id": "export1", "node-name": "fmt", "shutting-down": false, "type": "nbd"}]}
116 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
120 transaction size: 64-bit
125 === Connect qemu-io again, try force removing ===
126 {"execute": "block-export-del", "arguments": {"id": "export1"}}
128 {"execute": "block-export-del", "arguments": {"id": "export1", "mode": "hard"}}
130 read failed: Input/output error
132 {"execute": "query-block-exports", "arguments": {}}