gyptazy / ProxLB

ProxLB - (Re)Balance VM Workloads Across Nodes in Proxmox Clusters. A Load Balancer for Proxmox - and more!
https://proxlb.de
GNU General Public License v3.0
197 stars 9 forks source link

`Feature`: Combining of vm_balancing methods cpu & memory as in VMware DRS #109

Open crandler opened 1 week ago

crandler commented 1 week ago

General

Would be awesome if one could combine both methods cpu & memory for balancing calculations as with VMware DRS. In our case storage method isn't needed at all because of shared storage, but maybe for others also (Storage DRS).

Details

See VMware DRS

gyptazy commented 1 week ago

Hey @crandler,

thanks for the feature request. I will have a look at it and see if it's easily integratabtle or takes more efforts. Currently, I think this could be solved by something like a weighting if each method and then prioritizing but I need to have a deeper look at it.

Will update this when I have more ideas about it.

Cheers, gyptazy