k3s/pkg/volume/csi
Kubernetes Submit Queue 6b6d1ea1ab
Merge pull request #62486 from vladimirvivien/csi-fsGroup-fix
Automatic merge from submit-queue (batch tested with PRs 62486, 62471, 62183). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

CSI - Update to apply fsGroup volume ownership

**What this PR does / why we need it**:
This PR correctly fixes the CSI internal driver to apply fsGroup volume ownership value during mount.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #62413 

```release-note
NONE
```
2018-04-13 16:01:06 -07:00
..
fake Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
BUILD Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
OWNERS
csi_attacher.go Merge pull request #61147 from mlmhl/csi 2018-04-10 05:31:13 -07:00
csi_attacher_test.go Add UT Test to TestAttacherUnmountDevice 2018-03-21 09:33:31 +08:00
csi_client.go Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
csi_client_test.go Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
csi_mounter.go Merge pull request #62486 from vladimirvivien/csi-fsGroup-fix 2018-04-13 16:01:06 -07:00
csi_mounter_test.go CSI - Apply fsGroup volume ownership when pv not readOnly 2018-04-13 08:55:27 -04:00
csi_plugin.go set readOnly for CSI mounter 2018-03-11 11:16:20 +08:00
csi_plugin_test.go Added MountDevice/UnmountDevice pass-through to NodeStageVolume/NodeUnstageVolume for CSI Volume Plugin. Added related unit tests. Vendored CSI Spec to HEAD 2018-02-26 14:50:32 -08:00
csi_util.go return error if get NodeStageSecret and NodePublishSecret failed 2018-03-20 12:57:08 +08:00