Merge pull request #981 from mykaul/patch-1

Automatic merge from submit-queue

Remove getvolume, as it is not supported and ignored

Based on discussion on kubernetes-sig-storage:

Some drivers implemented getvolume, some didn't[4]. Is it expected to be a name of an existing volume on the storage? Can nodename+volumename be considered unique?
[Chakri] GetVolumeName is not supported and is ignored. You don’t have to implement it.


[4] 7885aaf689
This commit is contained in:
Kubernetes Submit Queue 2017-08-24 13:16:20 -07:00 committed by GitHub
commit afd2848673
1 changed files with 0 additions and 7 deletions

View File

@ -27,13 +27,6 @@ See [Driver output](#driver-output) for the capabilities map format.
<driver executable> init
```
#### Get volume name:
Get a cluster wide unique volume name for the volume. Called from both Kubelet & Controller manager.
```
<driver executable> getvolumename <json options>
```
#### Attach:
Attach the volume specified by the given spec on the given host. On success, returns the device path where the device is attached on the node. Nodename param is only valid/relevant if "--enable-controller-attach-detach" Kubelet option is enabled. Called from both Kubelet & Controller manager.