Make OSDs with 256 flushers (as they are now dynamic)

This commit is contained in:
Vitaliy Filippov
2021-02-26 01:59:18 +03:00
parent e21b14b72c
commit e899ed2c25
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ ExecStart=/usr/bin/vitastor-osd \\
--osd_num $OSD_NUM \\
--disable_data_fsync 1 \\
--immediate_commit all \\
--flusher_count 8 \\
--flusher_count 256 \\
--disk_alignment 4096 --journal_block_size 4096 --meta_block_size 4096 \\
--journal_no_same_sector_overwrites true \\
--journal_sector_buffer_count 1024 \\