mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
fix run.sh, support set a test filesystem with single node (#161)
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user