mirror of
https://github.com/cvk98/Proxmox-load-balancer.git
synced 2026-04-25 12:35:52 +03:00
[GH-ISSUE #12] no balance options when running #8
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#8
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?
Originally created by @damo2929 on GitHub (Nov 29, 2022).
Original GitHub issue: https://github.com/cvk98/Proxmox-load-balancer/issues/12
when running the script from today's git clone
I have all my VM's pilled on one host for testing as such should have balanced.
[balancer@wlsc-pmcbal01 Proxmox-load-balancer]$ ./plb.py
INFO | START Load-balancer!
INFO | Need to balance: True
INFO | Number of options = 0
INFO | Need to balance: True
INFO | Need to balance: True
INFO | Number of options = 0
INFO | Need to balance: True
INFO | Number of options = 0
INFO | Need to balance: True
INFO | Number of options = 0
INFO | Need to balance: True
INFO | Number of options = 0
INFO | Need to balance: True
INFO | Number of options = 0
INFO | Need to balance: True
INFO | Number of options = 0
Balancing Parameters
parameters:
deviation: 0 # Percentage of allowable deviation of the RAM load of the node
threshold: 70 # Percentage of maximum load
lxc_migration: OFF # Container migration (LXCs are rebooted during migration!!!)
migration_timeout: 1000 # For the future
only_on_master: OFF # Only run PLB on the current cluster master
@damo2929 commented on GitHub (Nov 29, 2022):
fixed permissions issue
needs to work.
VM.Migrate, VM.Audit, Sys.Audit