46 строки
856 B
YAML
46 строки
856 B
YAML
logging:
|
|
level: log_debug
|
|
file-path: "blobfuse2-logs.txt"
|
|
type: base
|
|
|
|
components:
|
|
- libfuse
|
|
- file_cache
|
|
- attr_cache
|
|
- azstorage
|
|
|
|
libfuse:
|
|
attribute-expiration-sec: 0
|
|
entry-expiration-sec: 0
|
|
negative-entry-expiration-sec: 0
|
|
ignore-open-flags: true
|
|
|
|
file_cache:
|
|
path: { 1 }
|
|
timeout-sec: 30
|
|
max-size-mb: 2048
|
|
allow-non-empty-temp: true
|
|
cleanup-on-start: true
|
|
|
|
attr_cache:
|
|
timeout-sec: 3600
|
|
|
|
azstorage:
|
|
type: { ACCOUNT_TYPE }
|
|
endpoint: { ACCOUNT_ENDPOINT }
|
|
use-http: { USE_HTTP }
|
|
account-name: { NIGHTLY_STO_ACC_NAME }
|
|
account-key: { NIGHTLY_STO_ACC_KEY }
|
|
mode: key
|
|
container: { 0 }
|
|
tier: hot
|
|
sdk-trace: { VERBOSE_LOG }
|
|
|
|
health_monitor:
|
|
enable-monitoring: true
|
|
stats-poll-interval-sec: 3
|
|
process-monitor-interval-sec: 2
|
|
output-path: { HMON_OUTPUT }
|
|
monitor-disable-list:
|
|
- network_profiler
|