Skip to content

Commit afd2848

Browse files
author
Kubernetes Submit Queue
authored
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] kubernetes/kubernetes@7885aaf
2 parents 5d5678a + 8a5c032 commit afd2848

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contributors/devel/flexvolume.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ See [Driver output](#driver-output) for the capabilities map format.
2727
<driver executable> init
2828
```
2929

30-
#### Get volume name:
31-
Get a cluster wide unique volume name for the volume. Called from both Kubelet & Controller manager.
32-
33-
```
34-
<driver executable> getvolumename <json options>
35-
```
36-
3730
#### Attach:
3831
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.
3932

0 commit comments

Comments
 (0)