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

Watch for CSI actions until they are completed #76

Closed
fatih opened this issue Apr 9, 2018 · 2 comments
Closed

Watch for CSI actions until they are completed #76

fatih opened this issue Apr 9, 2018 · 2 comments

Comments

@fatih
Copy link
Contributor

fatih commented Apr 9, 2018

Currently, after provisioning, deleting, attaching, vs.. any volume, we don't wait until the action is completed. We should have a waitForAction function that checks (via backoff) that action is indeed completed.

@fatih fatih added the csi label Apr 9, 2018
@andrewsykim
Copy link
Contributor

Here's an example from the LB code if it helps https://github.com/digitalocean/digitalocean-cloud-controller-manager/blob/master/do/loadbalancers.go#L307-L331

@fatih
Copy link
Contributor Author

fatih commented Apr 11, 2018

This is closed with #81

@fatih fatih closed this as completed Apr 11, 2018
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

No branches or pull requests

2 participants