+++ This bug was initially created as a clone of Bug #1135909 +++ Description of problem: Wrong warning messages appears in the event log every 10-15 minutes, about available swap memory of host [1023MB]. When the actual swap memory size of host is [1024MB] cat /proc/meminfo SwapTotal: 1048568 kB (1023.99219 MB) SwapFree: 1048568 kB (1023.99219 MB) This warnings started to appear in the last build. Version-Release number of selected component (if applicable): oVirt Engine Version: 3.5.0-0.0.master.20140821064931.gitb794d66.el6 How reproducible: always Steps to Reproduce: 1. Working setup with host installed 2. 3. Actual results: Wrong warnings every 10-15 minutes in the event log about available swap memory of host. Expected results: Not see such warning messages in the event log. Additional info:
Also on build- Red Hat Enterprise Virtualization Manager Version: 3.4.2-1.1.el6ev
Seems like the truncation logic resides in VDSM. It should round it up instead of truncating. Moving it to VDSM.
We will fix it for 3.5.0. Even if we do decide to fix it in 3.4.Z, it requires proper cloning through the jenkins job.