-
Notifications
You must be signed in to change notification settings - Fork 293
Expand file tree
/
Copy pathHardwareLayoutLocalThreeNodeOneDiskSsl.json
More file actions
52 lines (52 loc) Β· 1.65 KB
/
HardwareLayoutLocalThreeNodeOneDiskSsl.json
File metadata and controls
52 lines (52 loc) Β· 1.65 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
{
"clusterName": "LocalSetUp_ThreeNodeOneDisk_OnePartitionThreeReplicas_Ssl",
"version": 1,
"datacenters": [
{
"dataNodes": [
{
"disks": [
{
"capacityInBytes": 21474836480,
"hardwareState": "AVAILABLE",
"mountPath": "/tmp/1"
}
],
"hardwareState": "AVAILABLE",
"hostname": "localhost",
"port": 6670,
"sslport": 7670
},
{
"disks": [
{
"capacityInBytes": 21474836480,
"hardwareState": "AVAILABLE",
"mountPath": "/tmp/2"
}
],
"hardwareState": "AVAILABLE",
"hostname": "localhost",
"port": 6671,
"sslport": 7671
}
,
{
"disks": [
{
"capacityInBytes": 21474836480,
"hardwareState": "AVAILABLE",
"mountPath": "/tmp/3"
}
],
"hardwareState": "AVAILABLE",
"hostname": "localhost",
"port": 6672,
"sslport": 7672
}
],
"name": "Datacenter",
"id": "1"
}
]
}