mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
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>
20 lines
517 B
JSON
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"
|
|
}
|