mirror of
https://github.com/cvk98/Proxmox-load-balancer.git
synced 2026-04-25 04:25:50 +03:00
[PR #11] fix(vm_migration): fix bug with lxc migration #26
Labels
No labels
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxmox-load-balancer#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/cvk98/Proxmox-load-balancer/pull/11
State: closed
Merged: Yes
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
[PR #11] [MERGED] fix(vm_migration): fix bug with lxc migrationto [PR #11] fix(vm_migration): fix bug with lxc migration