mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
close:#1000154569
Signed-off-by: chihe <chihe@oppo.com>
(cherry picked from commit 7d37d86f47)
17 lines
310 B
JSON
17 lines
310 B
JSON
{
|
|
"role": "flashnode",
|
|
"listen": "17510",
|
|
"prof": "17511",
|
|
"consulAddr": "http://192.168.0.101:8500",
|
|
"exporterPort": 9500,
|
|
"logDir": "/cfs/log",
|
|
"logLevel": "debug",
|
|
"masterAddr": [
|
|
"192.168.0.81:17010"
|
|
],
|
|
"zoneName": "docker",
|
|
"memTotal": 0,
|
|
"memPercent": 0.5,
|
|
"readRps": 512
|
|
}
|