-
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
- changing volume type from a type without IOPS (like standard
) to one with (like gp3
) raises exception
#626
Comments
ansible-zuul bot
pushed a commit
that referenced
this issue
Jan 26, 2022
#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>
patchback bot
pushed a commit
that referenced
this issue
Jan 26, 2022
#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)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Feb 9, 2022
#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>
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Feb 18, 2022
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>
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Feb 18, 2022
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>
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Feb 22, 2022
#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]>
1 task
1 task
1 task
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
…#1370) New module - accessanalyzer_validate_policy_info SUMMARY fixes: ansible-collections#626 Adds a module which supports validating and linting IAM policies ISSUE TYPE New Module Pull Request COMPONENT NAME plugins/modules/accessanalyzer_validate_policy_info.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
…#1370) New module - accessanalyzer_validate_policy_info SUMMARY fixes: ansible-collections#626 Adds a module which supports validating and linting IAM policies ISSUE TYPE New Module Pull Request COMPONENT NAME plugins/modules/accessanalyzer_validate_policy_info.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
…#1370) New module - accessanalyzer_validate_policy_info SUMMARY fixes: ansible-collections#626 Adds a module which supports validating and linting IAM policies ISSUE TYPE New Module Pull Request COMPONENT NAME plugins/modules/accessanalyzer_validate_policy_info.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I was trying to modify some existing
standard
volumes (system disks on existing instances) togp3
, andec2_vol
raisedKeyError
exceptions as it was trying to query the IOPS from the original volumes.Issue Type
Bug Report
Component Name
ec2_vol
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Ubuntu 18.04 (WSLv2)
Steps to Reproduce
Some of this relies on retrieving existing instance info, but the scenario is: existing instance with
standard
type EBS volume on the system disk, and I'm askingec2_vol
to make itgp3
withiops: 3000
andthroughput: 125
.Expected Results
success
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: