Better handle mismatched-RAM scenarios #106
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
If two nodes have mismatched RAM counts, during a "least used" memory migration (type
mem
), one can become easily overloaded. Properly handle this in the code.changed milestone to %5
mentioned in issue #104
Implemented by modifying the
mem
migration to use the new "provisioned" memory count (#105) instead of the "allocated" memory count which only counted running VMs. This should make this more robust.Given that we must always operate under the assumption that a VM must live somewhere, this fix still does not prevent selecting an already-overprovisioned node; this will be handled by warning when cluster n-1 of the largest node is violated.
closed