mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-03 02:25:38 +00:00
19 lines
442 B
JSON
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"
|
|
} |