kubernetes/pkg/volume/csi
Kubernetes Submit Queue 70caf33969
Merge pull request #63303 from jsafrane/fix-csi-attach-error
Automatic merge from submit-queue (batch tested with PRs 64102, 63303, 64150, 63841). 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>.

Return attach error to A/D controller.

The plugin should not wait with errors for WaitForAttach, WaitForAttach runs on nodes, not in A/D controller.

**Which issue(s) this PR fixes**
Fixes #63300

~~Work in progress, missing testing.~~

**Release note**:

```release-note
NONE
```

/sig storage
@saad-ali @vladimirvivien
2018-05-23 04:53:17 -07:00
..
fake Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
BUILD Fix CSI volume detach when the volume is already detached. 2018-05-04 12:22:15 +02:00
csi_attacher.go Merge pull request #63303 from jsafrane/fix-csi-attach-error 2018-05-23 04:53:17 -07:00
csi_attacher_test.go Merge pull request #63303 from jsafrane/fix-csi-attach-error 2018-05-23 04:53:17 -07: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 Add SELinux support to CSI 2018-05-18 14:27:13 +02: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
OWNERS CSI - API source code implementation 2017-11-21 20:20:58 -05:00