From 300b59849b028d9d13c46ea11641d936a257e210 Mon Sep 17 00:00:00 2001 From: Hugo Brito Date: Wed, 27 Apr 2022 12:03:43 -0300 Subject: [PATCH] Debian: Remove UAR 52.b pci-irq-affinity-agent Test Plan: PASS: unlock finished successfully Story: 2009965 Task: 45195 Depends-On: https://review.opendev.org/c/starlingx/integ/+/839569 Depends-On: https://review.opendev.org/c/starlingx/utilities/+/840229 Signed-off-by: Hugo Brito Change-Id: I14e805105b4dfcdfab28d6c2abff0df98cbcc3c6 --- .../source-debian/after_bootstrap_workarounds.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh b/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh index 19017697..2367b36d 100755 --- a/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh +++ b/tools/debian-integration/source-debian/after_bootstrap_workarounds.sh @@ -135,8 +135,3 @@ fi # UAR 52.a cp /usr/bin/guest* /usr/local/bin/ -# UAR 52.b -mv /etc/pmon.d/pci-irq-affinity-agent.conf /home/sysadmin/ -systemctl disable pci-irq-affinity-agent - -