dynamic-nfs-provisioner icon indicating copy to clipboard operation
dynamic-nfs-provisioner copied to clipboard

support for volume resize

Open kmova opened this issue 4 years ago • 1 comments

Describe the problem/challenge you have

If the NFS PV capacity is being used up, there is no way to resize the capacity - even though the underlying PV supports resize.

Describe the solution you'd like

NFS PV resize should be supported, if the underlying storage class (PV) supports it.

Anything else you would like to add:

This feature needs to take into account the following:

  • Typically NFS is mounted on block storage and it may be possible that some of the backend storage class/PVs do not support resize, or support silent resize ( like hostpath), or online/offline resizes (like GPD vs iSCSI volumes).

kmova avatar May 18 '21 02:05 kmova

As of now, NFS PV can be resized through manual steps. Once NFS Provisioner supports CSI provisioning, Resizing can be done dynamically.

mynktl avatar Oct 05 '21 06:10 mynktl