-
Notifications
You must be signed in to change notification settings - Fork 343
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/test: gives more time to convert vol to gp3 #739
ec2_vol/test: gives more time to convert vol to gp3 #739
Conversation
We give 9s to convert the volumne to gp3, in some cases this is not enough. Closes: ansible-collections#738
@goneri: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
Backport to stable-2: 💚 backport PR created✅ Backport PR branch: Backported as #742 🤖 @patchback |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #744 🤖 @patchback |
setup_botocore_pip: create tempdir in /var/tmp Depends-On: ansible/ansible-zuul-jobs#1418 Depends-On: #739 Depends-On: #739 Depends-On: #740 /tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None>
setup_botocore_pip: create tempdir in /var/tmp Depends-On: ansible/ansible-zuul-jobs#1418 Depends-On: #739 Depends-On: #739 Depends-On: #740 /tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> (cherry picked from commit aeba19a)
setup_botocore_pip: create tempdir in /var/tmp Depends-On: ansible/ansible-zuul-jobs#1418 Depends-On: #739 Depends-On: #739 Depends-On: #740 /tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> (cherry picked from commit aeba19a)
[PR #734/aeba19a6 backport][stable-3] setup_botocore_pip: create tempdir in /var/tmp This is a backport of PR #734 as merged into main (aeba19a). Depends-On: ansible/ansible-zuul-jobs#1418 Depends-On: #739 Depends-On: #739 Depends-On: #740 /tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
[PR #734/aeba19a6 backport][stable-2] setup_botocore_pip: create tempdir in /var/tmp This is a backport of PR #734 as merged into main (aeba19a). Depends-On: ansible/ansible-zuul-jobs#1418 Depends-On: #739 Depends-On: #739 Depends-On: #740 /tmp is based on ramfs and is not suitable for large files. /var/tmp should be used instead. See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
…pretry_strings sns_topic - Define shape for delivery_policy. SUMMARY delivery_policy was previously defined just as "dict", this meant that if someone passed in JSON or quoted the numbers, AWS would spit errors at them. By defining the shape of delivery_policy Ansible will automatically convert "10" to 10, as well as providing cleaner error messages for missing components of the policy. ISSUE TYPE Bugfix Pull Request COMPONENT NAME sns_topic ADDITIONAL INFORMATION obsoletes ansible-collections#716 Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
…pretry_strings sns_topic - Define shape for delivery_policy. SUMMARY delivery_policy was previously defined just as "dict", this meant that if someone passed in JSON or quoted the numbers, AWS would spit errors at them. By defining the shape of delivery_policy Ansible will automatically convert "10" to 10, as well as providing cleaner error messages for missing components of the policy. ISSUE TYPE Bugfix Pull Request COMPONENT NAME sns_topic ADDITIONAL INFORMATION obsoletes ansible-collections#716 Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
We give 9s to convert the volumne to gp3, in some cases this is not
enough.
Closes: #738