Martin Sivák has uploaded a new change for review.

Change subject: Enable CPU monitoring functionality in new mom
......................................................................

Enable CPU monitoring functionality in new mom

Change-Id: Ibb99acf59573f20c2ba3b1c3e95a11e5020167ff
Signed-off-by: Martin Sivak <[email protected]>
---
M vdsm.spec.in
M vdsm/mom.conf.in
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/11/28911/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 2e9f668..d583d57 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -121,7 +121,7 @@
 Requires: libnl
 Requires: %{name}-xmlrpc = %{version}-%{release}
 Requires: %{name}-jsonrpc = %{version}-%{release}
-Requires: mom >= 0.3.2-3
+Requires: mom >= 0.4.1
 Requires: numactl
 
 %ifarch x86_64
diff --git a/vdsm/mom.conf.in b/vdsm/mom.conf.in
index ba11038..c850fff 100644
--- a/vdsm/mom.conf.in
+++ b/vdsm/mom.conf.in
@@ -25,7 +25,7 @@
 policy-engine-interval: 10
 
 # A comma-separated list of Controller plugins to enable
-controllers: Balloon, KSM
+controllers: Balloon, KSM, CpuTune
 
 # Sets the maximum number of statistic samples to keep for the purpose of
 # calculating moving averages.
@@ -67,8 +67,8 @@
 
 [host]
 # A comma-separated list of Collector plugins to use for Host data collection.
-collectors: HostMemory, HostKSM
+collectors: HostMemory, HostKSM, HostCpu
 
 [guest]
 # A comma-separated list of Collector plugins to use for Guest data collection.
-collectors: GuestQemuProc, GuestMemory, GuestBalloon
+collectors: GuestQemuProc, GuestMemory, GuestBalloon, GuestCpuTune


-- 
To view, visit http://gerrit.ovirt.org/28911
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb99acf59573f20c2ba3b1c3e95a11e5020167ff
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to