oVirt / ovirt-openshift-extensions

Implementation of flexvolume driver and provisioner for oVirt
Apache License 2.0
31 stars 16 forks source link

Add PV resizing support #129

Closed tux-o-matic closed 2 years ago

tux-o-matic commented 5 years ago

Since Kuberenetes 1.8 (OpenShift 3.8), persistent volumes can be resized. oVirt also allows expansion of virtual disks.

This new feature would require a few new elements such as:

rgolangh commented 5 years ago

Flexvolum driver, which is the current api implemented got that feature in k 1.13 I think. Flex volume will be maintained, but won't get new features. It is deprecated and should be replaced by CSI. Hence this #69 I don't think I'll have the time to maintain a version of the plugin for 1.13 with resize support and #69 will solve this with CSI going GA on 1.13.

sandrobonazzola commented 2 years ago

This project is no longer maintained, closing.