sabre1041 / openshift-flexvolume-cifs

FlexVolume driver for access CIFS based shares
14 stars 8 forks source link

disabled recursive chown from fsGroup #8

Open stempher opened 2 years ago

stempher commented 2 years ago

When the cifs share has many files, the volumes timeout because Kubelet tries to chown all of the files. We returns false in the list of capabilities returned from the flex init call. this prevents the recursive chown.

3