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
[WIP] Add Block volume support for CSI provisioner
In CSI provisioner, below three logics need to be implemented,
to add Block volume support to CSI provisioner:
1. Add SupportsBlock that properly returns whether Storage
Provider's plugin supports block (this is checked
by using ValidateVolumeCapabilities),
2. Pass BlockVolume instead of MountVolume to CreateVolume
if volumeMode is set to be Block on Provision,
3. Set volumeMode to PV returned by Provision.
vendor/github.com/kubernetes-incubator/external-storage/*
should be updated from upstream, but manually changed for
testing purpose, in this commit.
Fixeskubernetes-csi#110
0 commit comments