cubefs/docker/conf/datanode.json
true1064 f70b3cfe38 feat(masterdatacli): hybrid cloud add datanode's mediaType
for module master and datanode; the cmd 'cfs-cli datanode info' can show datanode's mediaType

Signed-off-by: true1064 <tangjingyu@oppo.com>
2024-12-26 09:24:22 +08:00

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
}