-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtcp.json
More file actions
58 lines (58 loc) · 1.17 KB
/
tcp.json
File metadata and controls
58 lines (58 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"hosts": [],
"ports": [
{
"addr": {
"adrfam": "ipv4",
"traddr": "192.168.122.33",
"treq": "not specified",
"trsvcid": "4420",
"trtype": "tcp"
},
"ana_groups": [
{
"ana": {
"state": "optimized"
},
"grpid": 1
}
],
"param": {
"inline_data_size": "16384",
"pi_enable": "0"
},
"portid": 1,
"referrals": [],
"subsystems": [
"nvmet-always"
]
}
],
"subsystems": [
{
"allowed_hosts": [],
"attr": {
"allow_any_host": "1",
"cntlid_max": "65519",
"cntlid_min": "1",
"model": "Linux",
"pi_enable": "0",
"serial": "123456789abcdef",
"version": "1.3"
},
"namespaces": [
{
"ana_grpid": 1,
"device": {
"nguid": "00000000-0000-0000-0000-000000000000",
"path": "/dev/nvme0n1",
"uuid": "d592cdf3-5d1c-44e0-8412-3fcf7d99df27"
},
"enable": 1,
"nsid": 1
}
],
"nqn": "nvmet-always"
}
]
}