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

csi: Allow over-provisioning for external volume #1041

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

handrea2009
Copy link

What this PR does / why we need it:

It allow over-provisioning for external volume

Which issue(s) this PR fixes:
Fixes #1036 (https://github.com/handrea2009/issue-1036)

Special notes for your reviewer:

If we don't want to allow over-provisioning then we have to to add only the update_free_size() in CreateVolume() when ext_volume before returning, cause currently the free size is not updated in this case

Signed-off-by: handrea2009 <handrea2009@gmail.com>
@handrea2009 handrea2009 changed the title Allow over-provisioning for external volume csi: Allow over-provisioning for external volume Jan 22, 2024
@leelavg
Copy link
Collaborator

leelavg commented Apr 12, 2024

From #1036 (comment), @handrea2009 could you pls make the change as not to overprovision as that would be a bug fix?

My reasoning is, if we provide overprovisioning as a feature we should also surface either how much overprovision should be supported via user input or how much we overprovisioned as of now, however none of these are possible and taking in this PR would be extending the buggy nature.

minor: pls do sign your commit.

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

Successfully merging this pull request may close these issues.

[Bug]: Over-provisioning stops working when one of the PVC is resized
2 participants