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

fix(volume_attachment): fix volume_attachment deletion #13

Merged
merged 1 commit into from
Jul 3, 2017

Conversation

nicolai86
Copy link
Contributor

@nicolai86 nicolai86 commented Jun 30, 2017

4a153c4 introduced a deadlock caused my
duplicated calls to mu.Lock() in a function as well as inside a
resource.Retry closure.

fixes #3

--- PASS: TestAccScalewayVolumeAttachment_Basic (452.97s)
PASS

4a153c4 introduced a deadlock caused my
duplicated calls to `mu.Lock()` in a function as well as inside a
`resource.Retry` closure.

fixes #3
@nicolai86 nicolai86 added the bug label Jun 30, 2017
Copy link
Contributor

@grubernaut grubernaut left a comment

Choose a reason for hiding this comment

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

LGTM, nice fix!

@grubernaut grubernaut merged commit 4d9449e into master Jul 3, 2017
@grubernaut grubernaut deleted the b/volume-attachment branch July 3, 2017 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[scaleway provider] scaleway_volume_attachment does not get destroyed and thus can't migrate from C2S to C2M
2 participants