You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
kubernetes/kubernetes#68680 added a new flag on the init call fsGroup that, when set to false, will skip the recursive change group of all the files in the PV on each mount.
We should return fsGroup:false from the init call to prevent the chown.
The main Gluster driver already skips it, so this change would make the behavior consistent with the main implementation of Gluster and greatly speed the mount operation for volumes with a high file count.
The text was updated successfully, but these errors were encountered:
benoitf
added a commit
to benoitf/gluster-subvol
that referenced
this issue
Sep 27, 2018
kubernetes/kubernetes#68680 added a new flag on the init call
fsGroup
that, when set to false, will skip the recursive change group of all the files in the PV on each mount.We should return
fsGroup:false
from the init call to prevent the chown.The main Gluster driver already skips it, so this change would make the behavior consistent with the main implementation of Gluster and greatly speed the mount operation for volumes with a high file count.
The text was updated successfully, but these errors were encountered: