Skip to content

Commit

Permalink
config: restore default config
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-ramos committed Oct 9, 2024
1 parent dc6f0e4 commit 2c11253
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,3 @@ build/

# tests/filebench: output files
outputs*

# Default config
lazyfs/config/default.toml
15 changes: 15 additions & 0 deletions lazyfs/config/default.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[faults]
fifo_path="/tmp/faults.fifo"
#fifo_path_completed="/tmp/faults_completed.fifo"
[cache]
apply_eviction=false
[cache.simple]
custom_size="1gb"
blocks_per_page=1
# [cache.manual]
# io_block_size=4096
# page_size=4096
# no_pages=10
[filesystem]
log_all_operations=true
logfile=""

0 comments on commit 2c11253

Please sign in to comment.