cvk98 / Proxmox-load-balancer

Designed to constantly maintain the Proxmox cluster in balance
GNU General Public License v3.0
185 stars 22 forks source link

HA groups and priorities should be respected #6

Closed herzkerl closed 2 years ago

herzkerl commented 2 years ago

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 2 years ago

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.