fix run.sh, support set a test filesystem with single node (#161)
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Yiyuan Liu
2025-03-13 11:49:43 +08:00
committed by GitHub
parent a188ed39ec
commit 3c100b90ce
7 changed files with 163 additions and 473 deletions

View File

@@ -1,8 +1,7 @@
attr_timeout = 2
entry_timeout = 2
fsync_length_hint = true
enable_read_cache = {{ env.READCACHE }}
chunk_size_limit = '64KB'
enable_read_cache = true
[[common.log.categories]]
categories = [ '.' ]
@@ -13,19 +12,15 @@ async = true
name = 'normal'
start_level = 'NONE'
writer_type = 'FILE'
file_path = '{{ env.LOG_FILE }}'
file_path = '${FUSE_LOG}'
[mgmtd]
mgmtd_server_addresses = [ 'RDMA://${ADDRESS}:${MGMTD_PORT}' ]
[meta]
dynamic_stripe = {{ env.DYNAMIC_STRIPE }}
[periodic_sync]
enable = true
interval = '500ms'
limit = 16
[io_bufs]
write_buf_size = '{{ "1MB" if env.ENABLE_WRITE_BUFFER else "0MB" }}'
max_buf_size = '1MB'