cubefs/docker/conf/master1.json
leonrayang 3fdd01cae9 feature: add qos flow limit control process for 2nd cache layer
1) update master inteface of datanode enable qos
2) master clean client info if long time no report
3) enable qos online shutdown and startup
4) master set client alloc preriod and count of girds hit trigger condition
5) datanode qos limit value set by master and add disable conf and http interface
6) client qos init buffer calculate according on real buffer storage
7) create limiter for both hot and cold volume

Signed-off-by: leonrayang <chl696@sina.com>
2022-08-10 22:05:45 +08:00

20 lines
517 B
JSON

{
"clusterName": "chubaofs01",
"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": "2",
"consulAddr": "http://192.168.0.101:8500",
"exporterPort": 9500,
"logLevel": "debug",
"logDir": "/cfs/log",
"walDir": "/cfs/data/wal",
"storeDir": "/cfs/data/store",
"metaNodeReservedMem": "67108864",
"fake_ebsAddr":"192.168.0.233:8500",
"fake_ebsServicePath":"access"
}