mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-09 05:13:10 +00:00
30 lines
629 B
JSON
30 lines
629 B
JSON
{
|
|
"role": "datanode",
|
|
"listen": "17310",
|
|
"prof": "17320",
|
|
"raftHeartbeat": "17330",
|
|
"raftReplica": "17340",
|
|
"raftDir": "/cfs/log",
|
|
"consulAddr": "http://192.168.0.101:8500",
|
|
"exporterPort": 9500,
|
|
"cell": "cell-01",
|
|
"logDir": "/cfs/log",
|
|
"logLevel": "debug",
|
|
"disks": [
|
|
"/cfs/disk:5368709120"
|
|
],
|
|
|
|
"diskIopsReadLimit" : "20000",
|
|
"diskIopsWriteLimit" : "5000",
|
|
"diskFlowReadLimit" : "1024000000",
|
|
"diskFlowWriteLimit": "524288000",
|
|
|
|
"masterAddr": [
|
|
"192.168.0.11:17010",
|
|
"192.168.0.12:17010",
|
|
"192.168.0.13:17010"
|
|
],
|
|
"enableSmuxConnPool": true,
|
|
"enableLogPanicHook": true
|
|
}
|