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

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