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

Scaleway: the "scaleway_volume_attachment" takes forever #18709

Closed
vitaliy-zinchenko opened this issue Aug 18, 2018 · 5 comments
Closed

Scaleway: the "scaleway_volume_attachment" takes forever #18709

vitaliy-zinchenko opened this issue Aug 18, 2018 · 5 comments

Comments

@vitaliy-zinchenko
Copy link

Terraform Version
terraform -v:

Terraform v0.11.7

  • provider.scaleway v1.5.1

Affected Resource(s)
scaleway_volume_attachment

Terraform Configuration Files

provider "scaleway" {
organization = ""
token = ""
region = "ams1"
}

resource "scaleway_ip" "ip" {
server = "${scaleway_server.test.id}"
}

resource "scaleway_server" "test" {
name = "test"
image = "ca9a9340-92e8-4c5f-8ae1-423466f7ef30"
type = "C2S"
}

resource "scaleway_volume" "test" {
name = "test"
size_in_gb = 50
type = "l_ssd"
}

resource "scaleway_volume_attachment" "test" {
server = "${scaleway_server.test.id}"
volume = "${scaleway_volume.test.id}"
}

Debug Output
https://gist.github.com/vitaliy-zinchenko/95d19dc8cfe797d5ca73ec5f79899b8c

Expected Behavior
I would expect to have a running server that got 1 additional volume assigned.
And server back to srunning state.

Actual Behavior
Server is stopped and the Terraform attaching volume forever.

/cc @nicolai86

@nicolai86
Copy link
Contributor

Thanks for the bug report. I think This is fixed in #87 - but the branch is missing an approval from second reviewer. I’d be super happy if you’d try out the branch and see if it fixes this issue.

@nicolai86
Copy link
Contributor

@vitaliy-zinchenko please open the issue on terraform-providers/terraform-provider-scaleway.

@vitaliy-zinchenko
Copy link
Author

@mildwonkey
Copy link
Contributor

I am going to close this issue since it was moved to the scaleway provider. Thanks!

@ghost
Copy link

ghost commented Apr 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants