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
201 stars 9 forks source link

`Feature`: Option to enable migrations in parallel or serially #41

Closed gyptazy closed 2 months ago

gyptazy commented 2 months ago

General

Depending on the work loads and the underlying storage, migrations may be slow and even become slower when running in parallel with even more possible impacts on the VMs. Therefore, it might make sense to have an option to define that migrations should run serially which means that the next VM will only be migrated after the other one has been migrated successfully.

Task