Allow to run with 4k sector size. Natural, but it was forbidden

This commit is contained in:
Vitaliy Filippov
2021-12-11 22:03:16 +00:00
parent 2020608a39
commit 2c7556e536
2 changed files with 36 additions and 9 deletions
+1
View File
@@ -251,6 +251,7 @@ class blockstore_impl_t
int data_fd;
uint64_t meta_size, meta_area, meta_len;
uint64_t data_size, data_len;
uint64_t data_device_sect, meta_device_sect, journal_device_sect;
void *metadata_buffer = NULL;