Status: New
Owner: ----
New issue 161 by [email protected]: Wrong calculation of free memory using
xen-pvm (2.4.2 under Gentoo)
http://code.google.com/p/ganeti/issues/detail?id=161
Running ganeti v2.4.2 under Gentoo using xen-pvm.
gnt-node list reports:
Node DTotal DFree MTotal MNode MFree Pinst Sinst
node1 24.4G 18.4G 3.0G 2.8G 150M 1 0
but free -m states correctly:
total used free shared buffers cached
Mem: 2888 2775 113 0 0 2283
-/+ buffers/cache: 491 2397
which is the correct amount.
Ganeti also doesn't allow any nodes to start because of insufficient
memory. (Not enough memory on node1 for starting instance instance1: needed
256 MiB, available 150 MiB)