thecodeteam / roadmap

The {code} Team Roadmap
3 stars 1 forks source link

Kubernetes ScaleIO Volume (4Q2017) #208

Closed vladimirvivien closed 6 years ago

vladimirvivien commented 6 years ago

[P0] Fix ScaleIO-related secret namespaces when used in multi-tenancy

[P0] ScaleIO secret multi-tenancy fix documentation update

P1 ScaleIO device map update (feature - target 1.9)

Currently, the plugin uses binary drv_cfg to figure out mapped ScaleIO devices. This task is to update the code so the plugin can calculate mapped ScaleIO devices without the need of an external binary.

P1 ScaleIO version 3.0 support

~P1 Attach/Detach API (Stopped)~

Right now, upon device busy, the detach may abandon request for detach leaving a device attached even after it is done. This task is to fix this issue using the attach/detach API.

~P2 Volume Name Prefix (Stopped)~

Provide storageClass parameter options.parameters.volumePrefix which can be used to generate PV and Volume names for dynamically provisioned volumes.