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

fix: Rebalance CT function including reboot #33

Closed gyptazy closed 1 month ago

gyptazy commented 1 month ago

fix: Rebalance CT function including reboot

Rebalances containers to new host nodes.

Tests

ProxLB Output:

      VM   Current Node   Rebalanced Node   VM Type
   gyp01         virt01            virt03        ct
   gyp02         virt01            virt02        ct
<6> ProxLB: Info: [post-validations]: All post-validations succeeded.
<6> ProxLB: Info: [daemon]: Not running in daemon mode. Quitting.

Task Log Proxmox: proxmox_task_log

Fixes: #27 Fixes: #29