From d4f97bc672434f421c975449123e514c44cb3c5e Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Thu, 16 Apr 2020 06:13:17 -0400 Subject: [PATCH] ceph-fuse: enable the big writes as default 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 (cherry picked from commit 1c3dd60f217129f6ed718ca40098994a12259262) --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 085fdf456df25..e490cb3703a1c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8364,7 +8364,7 @@ std::vector