Roy Golan has uploaded a new change for review.

Change subject: mom.d: make CpuTuneEnabled True by default
......................................................................

mom.d: make CpuTuneEnabled True by default

we should ship vdsm with that policy enabled otherwise cpu tuning isn't
taking place at all as the policy isn't evaluated.

future: control this policy parameter at runtime as well

Change-Id: I7a602b8d50583b9cd16ef202f285c6a9897fa209
Bug-Url: https://bugzilla.redhat.com/1143992
Signed-off-by: Roy Golan <rgo...@redhat.com>
---
M vdsm/mom.d/00-defines.policy
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/30/35330/1

diff --git a/vdsm/mom.d/00-defines.policy b/vdsm/mom.d/00-defines.policy
index 1d98990..faa6d90 100644
--- a/vdsm/mom.d/00-defines.policy
+++ b/vdsm/mom.d/00-defines.policy
@@ -6,5 +6,5 @@
 # Define variables for configurable options here
 (defvar ksmEnabled 1)
 (defvar balloonEnabled 0)
-(defvar cpuTuneEnabled 0)
+(defvar cpuTuneEnabled 1)
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a602b8d50583b9cd16ef202f285c6a9897fa209
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgo...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to