cubefs/docker/conf/master1.json
leonrayang 27ff3d3280 fix(master): Leader mismatch during volume cache synchoronize #23117176
Signed-off-by: leonrayang <chl696@sina.com>
2025-08-07 16:00:29 +08:00

21 lines
573 B
JSON

{
"clusterName": "cubefs01",
"id": "1",
"role": "master",
"ip": "192.168.0.11",
"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
}