cubefs/docker/conf/lcnode.json
2023-08-30 20:05:32 +08:00

19 lines
442 B
JSON

{
"role": "lcnode",
"listen": "17410",
"prof": "17420",
"consulAddr": "http://192.168.0.101:8500",
"exporterPort": 9500,
"logLevel": "debug",
"logDir": "/cfs/log",
"warnLogDir": "/cfs/log",
"masterAddr": [
"192.168.0.11:17010",
"192.168.0.12:17010",
"192.168.0.13:17010"
],
"batchExpirationGetNum": "100",
"scanCheckInterval": "2",
"s3ScanRoutineNumPerTask": "100",
"snapShotRoutineNumPerTask": "100"
}