From 0f938ab20cd00d016207c7cbefce2ed182ed8ab6 Mon Sep 17 00:00:00 2001 From: Hugo Brito Date: Wed, 27 Apr 2022 11:33:03 -0300 Subject: [PATCH] Debian: Disable pci-irq-affinity-agent service This prevents the pci-irq-affinity-agent from being enabled. This service is not used by the platform anymore, migrating to be a stx-openstack container [1]. However, there is still WIP for complete the removal [2], but the agent is already used as a container, it is not doing anything on the platform. 1: https://storyboard.openstack.org/#!/story/2009299 2: https://review.opendev.org/c/starlingx/utilities/+/830892 Test Plan: PASS: bootstrap finished successfully PASS: unlock finished successfully Story: 2009965 Task: 45194 Signed-off-by: Hugo Brito Change-Id: I6f89653bcf9904362b1f942720cc486a102b7f6f --- .../source/stx/systemd/85-debpkg-issues.preset | 3 --- 1 file changed, 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 1b5b81af9..a18cf077f 100644 --- a/centos-debian-compat/source/stx/systemd/85-debpkg-issues.preset +++ b/centos-debian-compat/source/stx/systemd/85-debpkg-issues.preset @@ -127,9 +127,6 @@ enable logmgmt.service # nfscheck.spec (Move to rutime enablement. Disable, only on non-controllers) #enable nfscheck.service -# pci-irq-affinity.spec -enable pci-irq-affinity-agent.service - # platform-util.spec (Move to rutime enablement. Disable, only on non-controllers) #enable opt-platform.service