cvk98 / Proxmox-load-balancer

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

fix(vm_migration): fix bug with lxc migration #11

Closed MephistoaD closed 1 year ago

MephistoaD commented 1 year ago

which avoids the balancer to notice the sucessful end of a LXC migration

Without this fix: Balancer is stuck in a loop checking if the LXC already arrived among the qemu vms on the recipient

Now: If migrating an LXC, it checks if it arrived among the LXCs on the recipient

cvk98 commented 1 year ago

Thank you for your correction. Containers are not used in our clusters. Because of this, it is not possible to test the correctness of container migration.