From 1a74213f0eadbb4a7f7637c54f2e048324fdd1b2 Mon Sep 17 00:00:00 2001 From: linxin Date: Mon, 13 Nov 2023 18:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20TSG-17689=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AEtuned=E9=BB=98=E8=AE=A4=E8=B0=83=E4=BC=98=E7=AD=96?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/tuned/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/tuned/tasks/main.yml b/ansible/roles/tuned/tasks/main.yml index 3de7dce2..f933b1bb 100644 --- a/ansible/roles/tuned/tasks/main.yml +++ b/ansible/roles/tuned/tasks/main.yml @@ -31,7 +31,7 @@ when: runtime_env == 'TSG-X-P0906' - name: "apply tsg-os-cpu-partitioning profile" - shell: echo tsg-os-cpu-partitioning >/etc/tuned/active_profile + shell: tuned-adm profile tsg-os-cpu-partitioning when: runtime_env == 'TSG-X-P0906' - name: "make tuned server run after HAL"