From 283a2b9aa2cade9bd33a7ddf7967b93bf38e8430 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Mon, 15 May 2017 12:03:52 -0400 Subject: [PATCH] nfv-host: inherit kernel cmdline from realtime profile Signed-off-by: Luiz Capitulino --- profiles/realtime-virtual-host/tuned.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/realtime-virtual-host/tuned.conf b/profiles/realtime-virtual-host/tuned.conf index e01a99c..bd23529 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=isolcpus=${isolated_cores} nohz=on nohz_full=${isolated_cores} rcu_nocbs=${isolated_cores} intel_pstate=disable nosoftlockup +cmdline+=nohz=on nohz_full=${isolated_cores} rcu_nocbs=${isolated_cores}