mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-28 01:36:41 +00:00
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>