-
Notifications
You must be signed in to change notification settings - Fork 803
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 IOPS parameter for IO1/IO2 volumes #1366
Conversation
Maybe iops handling should be unified across all volume types that support it? There's already a lot of duplicate code here that could be cleaned up, and what if a customer wants |
57fdeae
to
7295c19
Compare
@ConnorJC3 Good point, refactored this to clean up the duplication and unify iops handling across volume types. |
You should update the docs as well. |
3c2c69c
to
fa83709
Compare
Signed-off-by: Eddie Torres <[email protected]>
fa83709
to
6d8dffe
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rdpsin, torredil The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What is this PR about? / Why do we need it?
What testing is done?
make test
IOPS
andIOPSPerGB
StorageClass parameters.Signed-off-by: Eddie Torres [email protected]