From 9d7c097b382ec7419f76e06ba316866b61465519 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Fri, 10 Jun 2022 10:02:07 -0400 Subject: [PATCH] debian: Enable affine services Enable affine-tasks.service affine-platform.sh.service so that kernel threads have the correct priority/affinity. Test Plan PASS Build worker-utils package PASS Build ISO PASS Boot AIO ISO PASS Check via "systemctl status" that the affine-tasks.service and affine-platform.sh.service start at boot. PASS Check the output ps-sched.sh for proper affining and priority setting of the kernel threads. Depends-On: https://review.opendev.org/c/starlingx/utilities/+/845355 Story: 2009101 Task: 43893 Signed-off-by: Charles Short Change-Id: I76be825b121301682cfd56137c0bda9651f56835 --- .../source/stx/systemd/85-debpkg-issues.preset | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/centos-debian-compat/source/stx/systemd/85-debpkg-issues.preset b/centos-debian-compat/source/stx/systemd/85-debpkg-issues.preset index a18cf077f..8df92d1bf 100644 --- a/centos-debian-compat/source/stx/systemd/85-debpkg-issues.preset +++ b/centos-debian-compat/source/stx/systemd/85-debpkg-issues.preset @@ -130,6 +130,6 @@ enable logmgmt.service # platform-util.spec (Move to rutime enablement. Disable, only on non-controllers) #enable opt-platform.service -# worker-utils.spec (Move to rutime enablement. Disable, only on non-controllers) -#enable affine-platform.sh.service -#enable affine-tasks.service +# worker-utils.spec +enable affine-platform.sh.service +enable affine-tasks.service