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

[FEATURE] Optional IOPS option in aws volume #112

Merged
merged 4 commits into from
Jan 26, 2022
Merged

Conversation

citrocity
Copy link
Collaborator

@citrocity citrocity commented Jan 24, 2022

  • added option for IOPS for aws volume. Example:
volume_size: 1, encrypted: True, delete_on_termination: true }
          - { device_name: "/dev/sdg", mountpoint: "/media/mysvc", fstype: "ext4", volume_type: "gp2", volume_size: 1, iops: 100, encrypted: True, delete_on_termination: true }

This is optional and can be left out to have default values.

  • Example files updated

  • added assert for aws gp volume types as max iops is 16k

  • tested it on Jenkins

dipiazzg
dipiazzg previously approved these changes Jan 24, 2022
Copy link
Collaborator

@dipiazzg dipiazzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - This is going to be very useful

@citrocity citrocity marked this pull request as draft January 25, 2022 13:54
@citrocity citrocity marked this pull request as ready for review January 25, 2022 16:39
@citrocity citrocity marked this pull request as draft January 25, 2022 16:43
Copy link
Contributor

@flfernandez flfernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@dipiazzg dipiazzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@Daniel-Thavapalan Daniel-Thavapalan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@antoineserrano antoineserrano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @citrocity, super useful!

@antoineserrano antoineserrano merged commit af81bb8 into master Jan 26, 2022
@antoineserrano antoineserrano deleted the issue_107 branch January 26, 2022 16:12
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.

5 participants