This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 7ab60c00ab
commit e512e1eeb1
7 changed files with 1761 additions and 2649 deletions
-2
View File
@@ -36,8 +36,6 @@ struct blockstore_disk_t
uint32_t meta_block_size = 4096;
// Atomic write size of the data block device
uint32_t atomic_write_size = 4096;
// Target free space in metadata blocks
uint32_t meta_block_target_free_space = 800;
// Sparse write tracking granularity. 4 KB is a good choice. Must be a multiple of disk_alignment
uint32_t bitmap_granularity = 4096;
// Data checksum type, BLOCKSTORE_CSUM_NONE or BLOCKSTORE_CSUM_CRC32C