mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
38 lines
847 B
JSON
38 lines
847 B
JSON
{
|
|
"role": "objectnode",
|
|
"logDir": "/cfs/log/",
|
|
"logLevel": "debug",
|
|
"listen": "80",
|
|
"consulAddr": "http://192.168.0.101:8500",
|
|
"exporterPort": 9500,
|
|
"masterAddr": [
|
|
"192.168.0.11:17010",
|
|
"192.168.0.12:17010",
|
|
"192.168.0.13:17010"
|
|
],
|
|
"enableHTTPS": "false",
|
|
"domains": [
|
|
"object.cube.io"
|
|
],
|
|
"signatureIgnoredActions": [
|
|
"action:oss:GetObjectXAttr",
|
|
"action:oss:PutObjectXAttr",
|
|
"action:oss:DeleteObjectXAttr",
|
|
"action:oss:ListObjectXAttrs",
|
|
"action:oss:OptionsObject"
|
|
],
|
|
"disabledActions": [
|
|
"action:oss:CreateBucket",
|
|
"action:oss:DeleteBucket"
|
|
],
|
|
"strict": true,
|
|
"enableObjMetaCache" : true,
|
|
"cacheRefreshInterval": 600,
|
|
"maxDentryCacheNum" : 10000000,
|
|
"maxInodeAttrCacheNum": 10000000,
|
|
"enableBcache": "false",
|
|
"ebsWriteThreads": 4,
|
|
"ebsReadThreads": 4
|
|
|
|
}
|