When the libfuse version < 3, without the big_writes options enabled
the write perf is very poor.
Fixes: https://tracker.ceph.com/issues/44885
Signed-off-by: Xiubo Li <xiubli@redhat.com>
.set_flag(Option::FLAG_STARTUP),
Option("fuse_big_writes", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
- .set_default(false)
+ .set_default(true)
.set_description("big_writes is deprecated in libfuse 3.0.0"),
Option("fuse_max_write", Option::TYPE_SIZE, Option::LEVEL_ADVANCED)