From 8a5c032aefc80b837933b19aa2ad0e05bfb29f00 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Thu, 24 Aug 2017 11:36:08 +0300 Subject: Remove getvolumes, as it is not supported and ignored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on discussion on kubernetes-sig-storage: 2. 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. --- contributors/devel/flexvolume.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md index 41d7e54c..8ba55770 100644 --- a/contributors/devel/flexvolume.md +++ b/contributors/devel/flexvolume.md @@ -27,13 +27,6 @@ See [Driver output](#driver-output) for the capabilities map format. init ``` -#### Get volume name: -Get a cluster wide unique volume name for the volume. Called from both Kubelet & Controller manager. - -``` - getvolumename -``` - #### 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. -- cgit v1.2.3