-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
: Not currently balancing
#112
Comments
Hey @JamesOBenson, interesting, can you please share the log file (please set You switched the When pasting the log, please strip all information you do not want to share here. Thanks, |
I can revert those changes. But yes, all nodes are configured the same, I thought the percentage would balance the %'s I mentioned earlier. The result was the same though, only 1 VM ever migrated, and since then, nothing. Also, we aren't using shared storage, so I had to modify your code slightly to account for that on line 1183 adding |
CONFIG FOR TEST CLUSTER[proxmox] |
One thing that sticks out to me in the logs is that it picks up the 2 nodes here
But later it seems to state only one of them:
|
We used the same thing on a second cluster, again, nothing migrated here is an excerpt of the logs:
|
Seeing the same thing here with version 1.0.4 and 1.0.5. It says: But in reality, I have 4 nodes, with almost 30 VMs on 1 node and no VMs on any of the other 3 nodes... but it doesn't think they are unbalanced. |
@JamesOBenson With What are the current RAM usage values according Promox's GUI under Node > Summary? |
General
ProxLB is not actually balancing my nodes more than maybe moving 1 VM even after restarting the service:
Node 1: Memory Usage 11%, CPU usage 1%;
Node 2: Memory Usage: 73%, CPU usage 1%;
VMs: 47 Running, 24 stopped, 2 templates,
LCX: 10 Running, 0 stopped, 1 template.
Config
[proxmox]
api_host: **********
api_user: root@pam
api_pass: **********
verify_ssl: 0
[vm_balancing]
enable: 1
method: memory
mode: assigned
mode_option: percent
balanciness: 10
type: all
parallel_migrations: 1
[storage_balancing]
enable: 0
[update_service]
enable: 0
[api]
enable: 0
[service]
daemon: 1
schedule: 24
log_verbosity: CRITICAL
config_version: 3
Meta
Please provide some more information about your setup. This includes where you obtained ProxLB (e.g., as a
.deb
file, from the repository or container image) and also which version you're running in which mode. You can obtain the used version from you image version, your local repository information or by runningproxlb -v
.Version: ProxLB version 1.0.4
Running in VM inside of cluster.
The text was updated successfully, but these errors were encountered: