-
Notifications
You must be signed in to change notification settings - Fork 425
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
Azure safety updates #2324
Azure safety updates #2324
Conversation
…dbox. (kevoreilly#2116) * Feature for use VRF to change behavior of handling traffic by loopback. Now traffic will be go to dirty line.
* Only start enabled auxiliary modules * Only import enabled modules
abe9f77
to
99114f2
Compare
Update globals usage. Introduce thread-safety for current_operations inc/decrements and checking.
… context manager.
99114f2
to
f48a96a
Compare
Hello, thank you, i will need first move this to staging before it will be merged to master to ensure that we didn't break nothing |
@doomedraven Sounds good. I want to test it significantly on my end before moving forward with it as well. Is it possible to change this to a draft instead of a regular PR? |
yes then draft would be good |
aebfe1f
to
1217470
Compare
63fd5ce
to
ae69060
Compare
@doomedraven I removed the changes in Ready to move out of draft now. |
cool thank you, lets see if @cccs-mog can confirm it and then we fine to merge |
i changed from staging to master as changes are only to az.py, so they are not so dangerous for the rest of users and easier to review |
Hi @doomedraven and @ChrisThibodeaux, I will take a look today and get back. Awesome work ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome ! Seem to work wonders ! Only missing subnet limits and quota from #2291 :) Thanks a lot !
ok lets merge this then, and then someone use uses azure can add subnet limit and quota . thank you @ChrisThibodeaux for your work |
Updates to handle critical errors when:
delete_vm_list
locked
Many of the changes are to make the code more thread-safe.
Delay monitor thread start to allow all VMSSs to be up and instances running, especially in the case of initial startup failures.