mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
for module master and datanode; the cmd 'cfs-cli datanode info' can show datanode's mediaType Signed-off-by: true1064 <tangjingyu@oppo.com>
31 lines
647 B
JSON
31 lines
647 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,
|
|
"mediaType": 1
|
|
}
|