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

EBS will not create two more volumes right now, so don't scale up that big. #1521

Merged
merged 1 commit into from
Aug 21, 2019

Conversation

kurtwheeler
Copy link
Contributor

Issue Number

N/A came up while trying to deploy #1520

Purpose/Implementation Notes

Three deploys in a row have failed with:

Error: Error applying plan:

2 error(s) occurred:

* aws_ebs_volume.data_refinery_ebs[11]: 1 error(s) occurred:

* aws_ebs_volume.data_refinery_ebs.11: Error waiting for Volume (vol-0fa225699638207db) to become available: timeout while waiting for state to become 'available' (last state: 'creating', timeout: 5m0s)
* aws_ebs_volume.data_refinery_ebs[10]: 1 error(s) occurred:

* aws_ebs_volume.data_refinery_ebs.10: Error waiting for Volume (vol-04ebd4369d9630189) to become available: timeout while waiting for state to become 'available' (last state: 'creating', timeout: 5m0s)

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.

I can see the EBS volumes in the AWS console, they are in fact stuck at creating and will not progress from there. My best guess is a bug in EBS.

Copy link
Contributor

@davidsmejia davidsmejia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@kurtwheeler kurtwheeler merged commit bc4f303 into dev Aug 21, 2019
@kurtwheeler kurtwheeler deleted the kurtwheeler/ebs-has-a-bug branch August 21, 2019 21:39
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