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 deprovisioning bug with Azure #297

Merged
merged 2 commits into from
Apr 28, 2022
Merged

Conversation

parasj
Copy link
Contributor

@parasj parasj commented Apr 25, 2022

Fixes #296 by restoring functionality to #146

@parasj parasj added Azure bug Something isn't working labels Apr 25, 2022
@parasj parasj self-assigned this Apr 25, 2022
@parasj parasj requested a review from samkumar April 25, 2022 22:38
@parasj parasj added this to the Bugs milestone Apr 25, 2022
Copy link
Contributor

@samkumar samkumar left a comment

Choose a reason for hiding this comment

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

Looks good. You could probably admit some more concurrency if you want. For example, deprovisioning the NIC and IP address concurrently might work. I doubt it would save much time, though. The biggest time save may come from deprovisioning multiple instances in parallel, though I think the system already does this.

@parasj
Copy link
Contributor Author

parasj commented Apr 28, 2022

Yep we deprovision in parallel. I don't want to increase concurrency internally since I tried it and it added a bug.

@parasj parasj merged commit 78ae142 into main Apr 28, 2022
@parasj parasj deleted the dev/paras/fix_azure_deprovision branch April 28, 2022 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Azure deprovision is broken (IP should be disassociated)
2 participants