diff --git a/pkg/cephfs/cephconf.go b/pkg/cephfs/cephconf.go index ba7609431..79384331a 100644 --- a/pkg/cephfs/cephconf.go +++ b/pkg/cephfs/cephconf.go @@ -28,6 +28,9 @@ mon_host = {{.Monitors}} auth_cluster_required = cephx auth_service_required = cephx auth_client_required = cephx + +# Workaround for http://tracker.ceph.com/issues/23446 +fuse_set_user_groups = false ` const cephKeyring = `[client.{{.User}}]