-
Notifications
You must be signed in to change notification settings - Fork 339
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
Add possiblity to tell vsphere_copy which diskformat is being uploaded #1995
Add possiblity to tell vsphere_copy which diskformat is being uploaded #1995
Conversation
And I don't view in your code |
I actually do not know what options it has besides StreamVmdk because it's undocumented :) But I'll gladly change it to support only StreamVmdk :) |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 9m 38s |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 10m 13s |
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.
I've made a suggestion to improve this PR.
What do you think about this @ihumster?
Also @Klaas- Please remember to add a changelog fragment. Should be minor_changes
, I think.
Co-authored-by: Mario Lenz <[email protected]>
Co-authored-by: Mario Lenz <[email protected]>
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 9m 56s |
How about
? |
that looks good to me, I've added the changelog fragment |
Build failed. ✔️ ansible-tox-linters SUCCESS in 11m 45s |
recheck |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 9m 34s |
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 @Klaas-!
Build succeeded (gate pipeline). ✔️ ansible-tox-linters SUCCESS in 9m 49s |
322f0c2
into
ansible-collections:main
Just as a follow up: I am having inconsistent success with uploading large image files, but this seems to be a python 3.10+ problem: python/cpython#110467 , with python3.9 I am seeing similar issues, but it happens less frequently. Also I saw I left some inconsistencies in spelling :) I will fix all occurrences to say "StreamVmdk" in a 2nd PR |
vsphere_copy: make spelling of StreamVmdk consistent SUMMARY This is a follow up to #1995 I overlooked the capitalization in some of the changes suggested by maintainers, this makes it consistent across all occurrences. ISSUE TYPE Bugfix Pull Request COMPONENT NAME vsphere_copy ADDITIONAL INFORMATION Reviewed-by: Mario Lenz <[email protected]>
and to publicly document my workaround for the problem in python 3.10/11 (python/cpython#110467) I use curl on cli, that seems to have a 100% successrate :)
Will switch back to vsphere_copy once that issue is solved :) |
SUMMARY
Add possiblity to tell vsphere_copy which diskformat is being uploaded
ISSUE TYPE
COMPONENT NAME
vsphere_copy
ADDITIONAL INFORMATION
Related issue: vmware/pyvmomi#1064