.set_description("commit time interval, seconds"),
Option("rbd_journal_object_writethrough_until_flush", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
- .set_default(false)
+ .set_default(true)
.set_description("when enabled, the rbd_journal_object_flush* configuration "
"options are ignored until the first flush so that batched "
"journal IO is known to be safe for consistency"),
.set_description("maximum number of pending commits per journal object"),
Option("rbd_journal_object_flush_bytes", Option::TYPE_SIZE, Option::LEVEL_ADVANCED)
- .set_default(0)
+ .set_default(1_M)
.set_description("maximum number of pending bytes per journal object"),
Option("rbd_journal_object_flush_age", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)