[PR #34] Fix deviation may not align with settings during runtime and Add CPU load balancer #36

Open
opened 2026-02-26 17:46:12 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/cvk98/Proxmox-load-balancer/pull/34

State: open
Merged: No


Fix the issue of continuous VM migrations occurring.

  • Deviation is halved during reading: Adjust the code so that deviation is not halved before use.
  • Removal of the logic that lowers deviation after 10 consecutive migrations without movement, as deviation is randomly divided by 2, 4, 8 during the process, causing unexpected migration patterns.

Add CPU load balancer.

  • Node switching does not occur automatically when there is CPU imbalance, leading to inefficiency issues.
**Original Pull Request:** https://github.com/cvk98/Proxmox-load-balancer/pull/34 **State:** open **Merged:** No --- Fix the issue of continuous VM migrations occurring. - Deviation is halved during reading: Adjust the code so that deviation is not halved before use. - Removal of the logic that lowers deviation after 10 consecutive migrations without movement, as deviation is randomly divided by 2, 4, 8 during the process, causing unexpected migration patterns. Add CPU load balancer. - Node switching does not occur automatically when there is CPU imbalance, leading to inefficiency issues.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxmox-load-balancer#36
No description provided.