Allow to start OSDs without local store (only for tests)

This commit is contained in:
Vitaliy Filippov
2023-03-15 01:13:59 +03:00
parent d81a6c04fc
commit 2fb0c85618
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ class osd_t
bool stopping = false;
int inflight_ops = 0;
blockstore_t *bs;
blockstore_t *bs = NULL;
void *zero_buffer = NULL;
uint64_t zero_buffer_size = 0;
uint32_t bs_block_size, bs_bitmap_granularity, clean_entry_bitmap_size;