Ensure "VM" node memory counts include stopped VMs #105
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?
As-is this only includes started/running VMs. Extend it to stopped, disabled, etc. VMs.
changed milestone to %5
mentioned in issue #104
Implemented this in a slightly nicer way by adding an additional "provisioned" memory field to the node info, in addition to the existing "allocated" memory field. The former tracks both running and non-running VMs, while the latter continues to count only running VMs.
closed
mentioned in issue #106