mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 04:10:22 +00:00
cephfs: enable ceph-fuse big_writes by default
By default, the write buffer size in libfuse2 is 2KiB `fuse_big_writes = true` option is used to override this limit. This commit makes `fuse_big_writes = true` option as default in ceph.conf. Closes: #1928 Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
54845b63c0
commit
9f2cf498b6
@ -28,6 +28,11 @@ auth_client_required = cephx
|
|||||||
|
|
||||||
# Workaround for http://tracker.ceph.com/issues/23446
|
# Workaround for http://tracker.ceph.com/issues/23446
|
||||||
fuse_set_user_groups = false
|
fuse_set_user_groups = false
|
||||||
|
|
||||||
|
# ceph-fuse which uses libfuse2 by default has write buffer size of 2KiB
|
||||||
|
# adding 'fuse_big_writes = true' option by default to override this limit
|
||||||
|
# see https://github.com/ceph/ceph-csi/issues/1928
|
||||||
|
fuse_big_writes = true
|
||||||
`)
|
`)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user