Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for volume resize #37

Open
kmova opened this issue May 18, 2021 · 1 comment
Open

support for volume resize #37

kmova opened this issue May 18, 2021 · 1 comment
Assignees

Comments

@kmova
Copy link
Collaborator

kmova commented May 18, 2021

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).
@mynktl mynktl self-assigned this May 18, 2021
@mynktl
Copy link
Contributor

mynktl commented Oct 5, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants