mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
23 lines
517 B
JSON
23 lines
517 B
JSON
{
|
|
"role": "metanode",
|
|
"listen": "17210",
|
|
"prof": "17220",
|
|
"raftHeartbeatPort": "17230",
|
|
"raftReplicaPort": "17240",
|
|
"consulAddr": "http://192.168.0.101:8500",
|
|
"exporterPort": 9500,
|
|
"logLevel": "debug",
|
|
"logDir": "/cfs/log",
|
|
"warnLogDir": "/cfs/log",
|
|
"totalMem": "536870912",
|
|
"metadataDir": "/cfs/data/meta",
|
|
"raftDir": "/cfs/data/raft",
|
|
"retainLogs": "100",
|
|
"masterAddr": [
|
|
"192.168.0.11:17010",
|
|
"192.168.0.12:17010",
|
|
"192.168.0.13:17010"
|
|
],
|
|
"enableLogPanicHook": true
|
|
}
|