Possible to NOT set fsGid (fsGroup) to improve load times?

We’re mounting user persistent volumes via an NFS provisioner. Users who have many (thousands) files in their persistent volume are seeing minutes-long load times when mounting their volume because of the recursive chgrp operation which sets the fsGroup (hub.fsGid).

Is it possible to unset hub.fsGid or otherwise configure something so fsGroup does not get applied to user volumes and eliminate this startup delay?

1 Like