From eff8a9b3be8e34143102df5eeb72d4fd9b84610b Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Fri, 11 Nov 2022 10:40:20 +0530 Subject: [PATCH] helm: fuse_set_user_groups need not be part of the config this setting in ceph.conf is no longer required and this commit remove it from the chart. Signed-off-by: Humble Chirammal --- charts/ceph-csi-cephfs/values.yaml | 3 --- 1 file changed, 3 deletions(-) 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