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

Improve the error message of boot volume retrieval #794

Conversation

odaira
Copy link
Contributor

@odaira odaira commented Oct 16, 2019

This week, I have got many errors like this while provisioning instances.

	* ibm_is_instance.vsi1[52]: 1 error occurred:
	* ibm_is_instance.vsi1.52: context deadline exceeded

The root cause is a delay in retrieving the volume information of the boot volume of the instance (which is being fixed), but the error message could have been more informative.

	* ibm_is_instance.vsi2[35]: 1 error occurred:
	* ibm_is_instance.vsi2.35: Error while retrieving boot volume r134-750ca059-f042-11e9-8d96-feff0b50d71b for instance 0738_f8ea7bf2-ee72-493d-a6d0-793f908f4192: context deadline exceeded

Possibly the messages for the other kinds of errors can be more informative as well.

@odaira odaira force-pushed the rodaira-better-message-for-boot-volume-retrieval-error branch from a687b5f to 4a285c7 Compare October 16, 2019 19:56
@hkantare hkantare merged commit 2f630a1 into IBM-Cloud:master Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants