thecodeteam / roadmap

The {code} Team Roadmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes ScaleIO Volume (4Q2017)

vladimirvivien opened this issue · comments

[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

  • Investigate support
  • go-scaleio update

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.

  • New proposal (10/03) - #192
  • Create PR (10/03)
  • Source code update (10/13)
  • Integration test (10/16)
  • PR merged

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.

  • New proposal (10/05) - #202
  • Create PR (10/05)
  • Source code update (10/23)
  • Integration test (10/26)
  • PR merged