3FS/tests/fuse/config/storage_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

33 lines
647 B
TOML

[[common.log.categories]]
categories = [ '.' ]
handlers = [ 'normal' ]
[[common.log.handlers]]
async = true
name = 'normal'
start_level = 'NONE'
writer_type = 'FILE'
file_path = '${STORAGE_LOG}'
[[server.base.groups]]
[server.base.groups.listener]
listen_port = ${STORAGE_PORT}
[[server.base.groups]]
[server.base.groups.listener]
listen_port = 0
[server.allocate_worker]
min_remain_groups = 0
max_remain_groups = 1
max_reserved_chunks = '1GB'
[server.mgmtd]
mgmtd_server_addresses = [ 'RDMA://${ADDRESS}:${MGMTD_PORT}' ]
[server.targets]
target_paths = [ ${TARGETS} ]
allow_disk_without_uuid = true
[server.buffer_pool]
rdmabuf_count = 256