-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Multiple alerts for HA on VM and host #10367
Comments
We actually face this alot too! Ive noticed this but wasnt sure if this was normal. In your test, does CS creating multiple jobs also reduce the likelihood of a sucessful HA? Asking cause we often encounter situations where:
|
I am also now wondering. In CS i remember theres a global setting for max worker threads or ha threads. Will fixing the duplicate HA jobs also improve the efficiency of these threads? 🤔 |
@btzq In my testing with 2x KVM hosts and limited VMs, it didn't fail HA for those VMs. Fixing this should help the performance of HA in my opinion as it would spend less time working on duplicate jobs |
@shwstppr , I tried to reproduce both with your fork-bomb method |
problem
HA jobs for VM on host disconnection/down are not synchronized. CloudStack creates multiple HA jobs for the same VM when host goes into the Down state
versions
4.19.2.0-SNAPSHOT, other 4.19 and above versions as wel
The steps to reproduce the bug
What to do about it?
No response
The text was updated successfully, but these errors were encountered: