Allow to start the OSD just to flush the journal completely

This commit is contained in:
Vitaliy Filippov
2021-04-10 17:44:12 +03:00
parent ec90fe6ec1
commit 6909807068
4 changed files with 29 additions and 4 deletions
+1
View File
@@ -143,6 +143,7 @@ struct journal_t
int fd;
uint64_t device_size;
bool inmemory = false;
bool flush_journal = false;
void *buffer = NULL;
uint64_t block_size;