Files
3FS/tests/fuse/config/hf3fs_fuse_main.toml
Yiyuan Liu 3c100b90ce
Some checks failed
Build / build (push) Has been cancelled
fix run.sh, support set a test filesystem with single node (#161)
2025-03-13 11:49:43 +08:00

26 lines
443 B
TOML

attr_timeout = 2
entry_timeout = 2
fsync_length_hint = true
enable_read_cache = true
[[common.log.categories]]
categories = [ '.' ]
handlers = [ 'normal' ]
[[common.log.handlers]]
async = true
name = 'normal'
start_level = 'NONE'
writer_type = 'FILE'
file_path = '${FUSE_LOG}'
[mgmtd]
mgmtd_server_addresses = [ 'RDMA://${ADDRESS}:${MGMTD_PORT}' ]
[periodic_sync]
enable = true
interval = '500ms'
limit = 16
[io_bufs]
max_buf_size = '1MB'