Lines Matching +full:mode +full:- +full:xxx
2 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
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 )
19 min block: XXX
20 opt block: XXX
21 max block: XXX
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 )
48 min block: XXX
49 opt block: XXX
50 max block: XXX
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…
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 )
80 min block: XXX
81 opt block: XXX
82 max block: XXX
83 transaction size: 64-bit
89 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
90 min block: XXX
91 opt block: XXX
92 max block: XXX
93 transaction size: 64-bit
98 === Connect qemu-io to export1, try removing exports ===
100 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
103 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
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 )
117 min block: XXX
118 opt block: XXX
119 max block: XXX
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"}}
132 {"execute": "query-block-exports", "arguments": {}}