Blame SOURCES/0001-virtual-host-Fix-setting-force_latency.patch

8da745
From 96363628f728f296d2efc69d1d3914afdfbbb844 Mon Sep 17 00:00:00 2001
8da745
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
8da745
Date: Thu, 25 Apr 2019 10:42:03 +0200
8da745
Subject: [PATCH] virtual-host: Fix setting force_latency
8da745
MIME-Version: 1.0
8da745
Content-Type: text/plain; charset=UTF-8
8da745
Content-Transfer-Encoding: 8bit
8da745
8da745
The force_latency parameter belongs to the cpu plugin, so that's the
8da745
section it needs to be in.
8da745
8da745
Fixes #132
8da745
Resolves: rhbz#1569375
8da745
8da745
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
8da745
---
8da745
 profiles/virtual-host/tuned.conf | 1 +
8da745
 1 file changed, 1 insertion(+)
8da745
8da745
diff --git a/profiles/virtual-host/tuned.conf b/profiles/virtual-host/tuned.conf
8da745
index 7bd3330..ca493d6 100644
8da745
--- a/profiles/virtual-host/tuned.conf
8da745
+++ b/profiles/virtual-host/tuned.conf
8da745
@@ -16,5 +16,6 @@ vm.dirty_background_ratio = 5
8da745
 # (system default is 500000, i.e. 0.5 ms)
8da745
 kernel.sched_migration_cost_ns = 5000000
8da745
 
8da745
+[cpu]
8da745
 # Setting C3 state sleep mode/power savings
8da745
 force_latency=70
8da745
-- 
8da745
2.20.1
8da745