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

Hyper-V 2016 actually uses 'the object is in use' #5858

Merged
merged 1 commit into from Oct 1, 2018

Conversation

mnowaksuse
Copy link

https://progress.opensuse.org/issues/41144

hyperv_cmd_with_retry is used in situations where the Hyper-V command
fails because the image is still downloaded by another job but we
attempted to use it.

It was a mistake to expect 'used by another process' in such cases 'The
operation cannot be performed while the object is in use.' (the actual
default here) should be used instead. Now, Start-VM command will be
re-triggered after some time.

https://progress.opensuse.org/issues/41144

`hyperv_cmd_with_retry` is used in situations where the Hyper-V command
fails because the image is still downloaded by another job but we
attempted to use it.

It was a mistake to expect 'used by another process' in such cases 'The
operation cannot be performed while the object is in use.' (the actual
default here) should be used instead. Now, `Start-VM` command will be
re-triggered after some time.
@okurz okurz merged commit 9a27be9 into os-autoinst:master Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants