From 44836416028dd6229ef23527f1b09292b3f4eb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 29 May 2017 17:34:42 +0200 Subject: [PATCH] realtime-virtual-host/guest: added suffix to cmdline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a workaround how to overcame the internal parser / merger limitation. Signed-off-by: Jaroslav Škarvada --- profiles/realtime-virtual-guest/tuned.conf | 2 +- profiles/realtime-virtual-host/tuned.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/realtime-virtual-guest/tuned.conf b/profiles/realtime-virtual-guest/tuned.conf index 3085ade..71085a8 100644 --- a/profiles/realtime-virtual-guest/tuned.conf +++ b/profiles/realtime-virtual-guest/tuned.conf @@ -24,4 +24,4 @@ assert2=${f:assertion:isolated_cores contains present CPU(s):${isolated_cores_ex script=${i:PROFILE_DIR}/script.sh [bootloader] -cmdline+=nohz=on nohz_full=${isolated_cores} rcu_nocbs=${isolated_cores} +cmdline_rvg+=nohz=on nohz_full=${isolated_cores} rcu_nocbs=${isolated_cores} diff --git a/profiles/realtime-virtual-host/tuned.conf b/profiles/realtime-virtual-host/tuned.conf index bd23529..d7404d0 100644 --- a/profiles/realtime-virtual-host/tuned.conf +++ b/profiles/realtime-virtual-host/tuned.conf @@ -55,4 +55,4 @@ group.ktimersoftd=0:f:3:*:ktimersoftd.* script=${i:PROFILE_DIR}/script.sh [bootloader] -cmdline+=nohz=on nohz_full=${isolated_cores} rcu_nocbs=${isolated_cores} +cmdline_rvh+=nohz=on nohz_full=${isolated_cores} rcu_nocbs=${isolated_cores}