mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
21 lines
573 B
JSON
21 lines
573 B
JSON
{
|
|
"clusterName": "cubefs01",
|
|
"id": "3",
|
|
"role": "master",
|
|
"ip": "192.168.0.13",
|
|
"listen": "17010",
|
|
"prof": "17020",
|
|
"peers": "1:192.168.0.11:17010,2:192.168.0.12:17010,3:192.168.0.13:17010",
|
|
"retainLogs": "20000",
|
|
"consulAddr": "http://192.168.0.101:8500",
|
|
"exporterPort": 9500,
|
|
"logLevel": "debug",
|
|
"logDir": "/cfs/log",
|
|
"walDir": "/cfs/data/wal",
|
|
"storeDir": "/cfs/data/store",
|
|
"metaNodeReservedMem": "67108864",
|
|
"intervalToScanS3Expiration": "180",
|
|
"enableLogPanicHook": true,
|
|
"enableFollowerCache": true,
|
|
"defaultStorageClass": 1
|
|
} |