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
138 stars 6 forks source link

`Feature`: Add a maintenance mode which evacuates all VMs/CTs #58

Open lgzcoollg opened 3 weeks ago

lgzcoollg commented 3 weeks ago

could I ask to add a maintain function for nodes? like ESXi

actually function just: one click to migrate all VMs from node to others node with balance.

any function name could be define by author.

O-) thanks

gyptazy commented 3 weeks ago

Hey @lgzcoollg,

this is already included within the rolling updates feature in https://github.com/gyptazy/ProxLB/pull/48. Before updating the node, all workloads like VMs and CTs will be rebalanced to other nodes. So basically, you simply need an option to this but without rebooting.

I will do this and integrate such an option before merging that PR. This will be the next feature after release 1.0.3. Rolling updates will come with release 1.1.0.

Cheers, gyptazy