pvc/client-cli/cli_lib
Joshua Boniface a4b80be5ed Add provisioned memory to node info
Adds a separate field to the node memory, "provisioned", which totals
the amount of memory provisioned to all VMs on the node, regardless of
state, and in contrast to "allocated" which only counts running VMs.

Allows for the detection of potential overprovisioned states when
factoring in non-running VMs.

Includes the supporting code to get this data, since the original
implementation of VM memory selection was dependent on the VM being
running and getting this from libvirt. Now, if the VM is not active, it
gets this from the domain XML instead.
2020-10-18 14:17:15 -04:00
..
ansiprint.py Update copyright header year to 2020 2020-01-08 19:38:02 -05:00
ceph.py Correct proper type of uploads 2020-10-16 11:47:09 -04:00
cluster.py Add status information in cluster status 2020-08-17 12:25:23 -04:00
common.py Avoid verifying SSL on local connections 2020-08-27 23:54:18 -04:00
network.py Use .get for JSON message responses 2020-07-20 12:31:12 -04:00
node.py Add provisioned memory to node info 2020-10-18 14:17:15 -04:00
provisioner.py Correct proper type of uploads 2020-10-16 11:47:09 -04:00
vm.py Use .get for JSON message responses 2020-07-20 12:31:12 -04:00
zkhandler.py Rename API and common Debian packages 2020-02-08 18:50:38 -05:00