-
Notifications
You must be signed in to change notification settings - Fork 137
Add more context to vsphere errors #354
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
Conversation
| return err | ||
| return fmt.Errorf("failed to find cdrom device: %v", err) | ||
| } | ||
| cdrom.Connectable.StartConnected = true |
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.
Why is this necessary?
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.
Its the device that contains the iso in which we put the userdata, I'd like it to be connected ;) This PR just moved that line after the error handling
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.
right, didn't spotted the removal above 🤦♂️
|
/cherry-pick release/v0.8 |
|
Error creating cherry-pick due to: |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer: