Ronan Abhamon and Jon Sands
f095a05c42
feat(docs/load_balancing): add doc about VM anti-affinity mode ( #5830 )
...
* feat(docs/load_balancing): add doc about VM anti-affinity mode
Signed-off-by: Ronan Abhamon <ronan.abhamon@vates.fr >
* grammar edits for anti-affinity
Co-authored-by: Jon Sands <fohdeesha@gmail.com >
2021-06-30 10:37:25 +02:00
Ronan Abhamon and Julien Fontanet
2238c98e95
feat(load-balancer): log vm and host names when a VM is migrated + category (density, performance, ...) ( #5808 )
...
Co-authored-by: Julien Fontanet <julien.fontanet@isonoe.net >
2021-06-18 09:49:33 +02:00
Ronan Abhamon
4008934bbb
feat(load-balancer): improve migration (perf mode) regarding memory and cpu usage
...
- ensure we optimize CPU first instead of free memory
- use low threshold now to forbid bad migration based on cpu usage
- add a tolerance on the VM CPU usage to migrate VM with the most memory used
- do not migrate if we create an unbalanced configuration (only if high tresholds are not reached)
- change factors to take into account the new algorithm
2021-04-28 14:22:30 +02:00
Ronan Abhamon
8ae432554e
fix(load-balancer): memory free limit must be expressed in B instead of KiB (bad calculations otherwise)
2021-04-28 14:22:30 +02:00
Ronan Abhamon
337b26176a
fix(load-balancer): ensure anti-affinity tag array is always defined
2021-04-28 14:22:30 +02:00
Ronan Abhamon
da349374bf
feat(load-balancer): add option to disable migration ( #5706 )
2021-04-02 17:32:26 +02:00
Ronan Abhamon
9ef05b8afe
feat(load-balancer): add new anti-affinity mode ( #5652 )
...
Fixes #5600
2021-03-30 17:25:41 +02:00
Ronan Abhamon
ffae59fa1c
feat(changelog): missing entries for #5054 ( #5066 )
2020-06-08 11:17:38 +02:00
Ronan Abhamon
6973b92c4a
fix(load-balancer): fix memory check condition in the performance plan
...
We must migrate a VM if the free memory in the destination host is lower than the used VM
memory!
2020-06-08 10:22:34 +02:00
Ronan Abhamon
6261f8a778
feat(load-balancer): add various logs to explicit migration checks and steps
2020-06-08 10:22:34 +02:00