cubefs/docker/conf/master3.json
leonrayang d5bb45ea49 docs. update to cubefs
Signed-off-by: leonrayang <chl696@sina.com>
2023-05-26 11:17:10 +08:00

20 lines
511 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",
"ebsAddr": "10.177.40.215:8500",
"ebsServicePath": "access"
}