pvc/api-daemon/pvcapid
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
..
Daemon.py Use monkeypatch to allow multithreaded prod flask 2020-08-28 02:09:31 -04:00
__init__.py Use consistent naming of components 2020-02-08 19:34:07 -05:00
benchmark.py Disable gtod_reduce for benchmarks 2020-08-25 17:02:06 -04:00
flaskapi.py Add provisioned memory to node info 2020-10-18 14:17:15 -04:00
helper.py Implement limiting of node output 2020-06-25 11:51:53 -04:00
libvirt_schema.py Complete integration of OVA provisioner 2020-02-18 14:42:45 -05:00
models.py Add storage benchmarking to API 2020-08-25 01:57:21 -04:00
ova.py Don't convert bytes into KB in OVA import 2020-05-05 16:14:18 -04:00
provisioner.py Correct invalid comparison in template VNI add 2020-08-18 09:48:56 -04:00