diff --git a/charts/ceph-csi-cephfs/values.yaml b/charts/ceph-csi-cephfs/values.yaml index 3e9e29209..c1653594f 100644 --- a/charts/ceph-csi-cephfs/values.yaml +++ b/charts/ceph-csi-cephfs/values.yaml @@ -287,9 +287,6 @@ cephconf: | auth_service_required = cephx auth_client_required = cephx - # Workaround for http://tracker.ceph.com/issues/23446 - 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