We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
image2disk workflow swallows some of the errors which are returned once the workflow is executed.
When an error occurs, it should be printed out in the logs
No error is being printed out.
Add the errors in the fmt.Errorf() function
fmt.Errorf()
1.Run the workflow 2.If an error has been encountered during partitions re-probing, error message won't be there 3. 4.
The text was updated successfully, but these errors were encountered:
FYI, here is the PR for the fix #40
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
image2disk workflow swallows some of the errors which are returned once the workflow is executed.
Expected Behaviour
When an error occurs, it should be printed out in the logs
Current Behaviour
No error is being printed out.
Possible Solution
Add the errors in the
fmt.Errorf()
functionSteps to Reproduce (for bugs)
1.Run the workflow
2.If an error has been encountered during partitions re-probing, error message won't be there
3.
4.
Context
Your Environment
OSIE
OnPrem
The text was updated successfully, but these errors were encountered: