mirror of
https://github.com/cvk98/Proxmox-load-balancer.git
synced 2026-04-25 12:35:52 +03:00
[GH-ISSUE #6] HA groups and priorities should be respected #2
Labels
No labels
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxmox-load-balancer#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @herzkerl on GitHub (Jul 10, 2022).
Original GitHub issue: https://github.com/cvk98/Proxmox-load-balancer/issues/6
Our cluster consists of 5 nodes and uses CePH, but not all nodes have NVMe’s. I created HA groups with priorities, so VMs with virtual disks on NVMe should prefer the nodes with NVMe.
Proxmox Load Balancer seems to not respect those HA group settings.
@cvk98 commented on GitHub (Jul 12, 2022):
You're right. The load balancer is guided only by the level of RAM load. To avoid unwanted migrations, distribute important VMs as needed. And add their IDs to the exclusion list. The load balancer will cope with its task by migrating other VMs.