rancher / local-path-provisioner

Dynamically provisioning persistent local storage with Kubernetes
Apache License 2.0
2.07k stars 439 forks source link

Add support for Block devices #419

Open Deltachaos opened 4 weeks ago

Deltachaos commented 4 weeks ago

Following up to #125 and after #127 has been merged, it should be up to the helper Pod to decide up on support for Block devices or not.

In fact i have it running with the scripts from #125

But to create the ressources the PV that gets created needs to inherit the correct volumeMode and block support should be allowed.

derekbit commented 3 weeks ago

@Deltachaos Can you add an e2e test case and an example for the feature? Thank you.