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

disable capacity calculation in csi side #192

Open
stoneshi-yunify opened this issue Oct 26, 2021 · 2 comments
Open

disable capacity calculation in csi side #192

stoneshi-yunify opened this issue Oct 26, 2021 · 2 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@stoneshi-yunify
Copy link
Contributor

when create/resize volume, csi will calculate a proper capacity based on the input and some rules (e.g. hardcode or parameters in the storageclass), then call iaas. The problem is, when iaas side upgrade, csi may calculate a wrong/improper capacity.

We anticipate only and always should iaas do the capacity calculation (e.g. round up to a best available capacity), this way iaas can upgrade anytime and csi will not be affected, which is tracked by https://track.yunify.com/browse/KS-296. It seems iaas has completed the api enhancement so we can remove/disable the csi side capacity calculation.

@stoneshi-yunify stoneshi-yunify added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 26, 2021
@stoneshi-yunify
Copy link
Contributor Author

/cc @@f10atin9

@f10atin9
Copy link
Contributor

/assign

@f10atin9 f10atin9 self-assigned this Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants