-
Notifications
You must be signed in to change notification settings - Fork 345
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
ec2_vol
- support changing from volume without IOPS to one with IOPS
#627
ec2_vol
- support changing from volume without IOPS to one with IOPS
#627
Conversation
Build succeeded.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
basically good for me.
an integration test would be awesome to cover this scenario
Build succeeded.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @briantist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you @markuman , @alinabuzachis , and @jillr for the quick attention. Could this get backported as well? |
recheck |
Build succeeded.
|
Backport to stable-2: 💚 backport PR created✅ Backport PR branch: Backported as #640 🤖 @patchback |
#627) `ec2_vol` - support changing from volume without IOPS to one with IOPS SUMMARY Fixes #626 Changing from standard volume type to gp3 failed when the module was trying to read the "original" IOPS value from the existing volume, since it doesn't have one. See the linked issue for detailed description. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol ADDITIONAL INFORMATION N/A Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None> (cherry picked from commit a9b9bd1)
#627) (#640) [PR #627/a9b9bd13 backport][stable-2] `ec2_vol` - support changing from volume without IOPS to one with IOPS This is a backport of PR #627 as merged into main (a9b9bd1). SUMMARY Fixes #626 Changing from standard volume type to gp3 failed when the module was trying to read the "original" IOPS value from the existing volume, since it doesn't have one. See the linked issue for detailed description. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol ADDITIONAL INFORMATION N/A Reviewed-by: Jill R <None>
@jillr could this go into stable-3 as well? |
ansible-collections#627) (ansible-collections#640) [PR ansible-collections#627/a9b9bd13 backport][stable-2] `ec2_vol` - support changing from volume without IOPS to one with IOPS This is a backport of PR ansible-collections#627 as merged into main (a9b9bd1). SUMMARY Fixes ansible-collections#626 Changing from standard volume type to gp3 failed when the module was trying to read the "original" IOPS value from the existing volume, since it doesn't have one. See the linked issue for detailed description. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol ADDITIONAL INFORMATION N/A Reviewed-by: Jill R <None>
ansible-collections#627) `ec2_vol` - support changing from volume without IOPS to one with IOPS SUMMARY Fixes ansible-collections#626 Changing from standard volume type to gp3 failed when the module was trying to read the "original" IOPS value from the existing volume, since it doesn't have one. See the linked issue for detailed description. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol ADDITIONAL INFORMATION N/A Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
#627) (#687) ec2_vol - support changing from volume without IOPS to one with IOPS ec2_vol - support changing from volume without IOPS to one with IOPS Backport of PR #627 as merged into main (a9b9bd1) to stable-3 as well (it was originally only backported to stable-2). SUMMARY Fixes #626 Changing from standard volume type to gp3 failed when the module was trying to read the "original" IOPS value from the existing volume, since it doesn't have one. See the linked issue for detailed description. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol ADDITIONAL INFORMATION N/A Reviewed-by: Jill R SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Felix Fontein <[email protected]> Reviewed-by: Markus Bergholz <[email protected]>
Add markuman as a collection maintainer to BOTMETA SUMMARY Add @markuman to BOTMETA.yml team_aws Fixes ansible-collections#627 ISSUE TYPE Feature Pull Request COMPONENT NAME BOTMETA.tml ADDITIONAL INFORMATION 2 maintainers have voted +1 in linked issue. Thanks for all your contributions @markuman, glad to have you aboard! Reviewed-by: Mark Chappell <None>
SUMMARY
Fixes #626
Changing from
standard
volume type togp3
failed when the module was trying to read the "original" IOPS value from the existing volume, since it doesn't have one.See the linked issue for detailed description.
ISSUE TYPE
COMPONENT NAME
ec2_vol
ADDITIONAL INFORMATION
N/A