From 6cf54b631545a353784cb5c1043a7700a74df0e8 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Mon, 15 May 2017 12:03:51 -0400 Subject: [PATCH] nfv-guest: inherit kernel cmdline from realtime profile Signed-off-by: Luiz Capitulino --- profiles/realtime-virtual-guest/tuned.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/realtime-virtual-guest/tuned.conf b/profiles/realtime-virtual-guest/tuned.conf index 04d7b5f..3085ade 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=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}