Blame SOURCES/0001-revert-Confine-irqbalance-to-systems-where-it-is-useful.patch

ef7c9d
From 188f9efc567bcaef25bde2813cdee7f952f992f9 Mon Sep 17 00:00:00 2001
ef7c9d
From: Pat Riehecky <riehecky@fnal.gov>
ef7c9d
Date: Mon, 4 Apr 2022 08:38:32 -0500
ef7c9d
Subject: [rhel-only PATCH] revert Confine irqbalance to systems where it is useful.
ef7c9d
ef7c9d
ConditionCPUs only available from systemd(>=242), however the systemd
ef7c9d
version for rhel8 is 239. So we need to revert the patch, otherwise we
ef7c9d
will encounter the failing:
ef7c9d
ef7c9d
    $ sudo systemd-analyze verify irqbalance.service
ef7c9d
    /usr/lib/systemd/system/irqbalance.service:6: Unknown lvalue
ef7c9d
    'ConditionCPUs' in section 'Unit'
ef7c9d
ef7c9d
This patch revert 188f9efc567bcaef25bde2813cdee7f952f992f9.
ef7c9d
ef7c9d
---
ef7c9d
 misc/irqbalance.service | 1 +
ef7c9d
 1 file changed, 1 insertion(+)
ef7c9d
ef7c9d
diff --git a/misc/irqbalance.service b/misc/irqbalance.service
ef7c9d
index fcc29c2..0f79c3e 100644
ef7c9d
--- a/misc/irqbalance.service
ef7c9d
+++ b/misc/irqbalance.service
ef7c9d
@@ -3,7 +3,6 @@ Description=irqbalance daemon
ef7c9d
 Documentation=man:irqbalance(1)
ef7c9d
 Documentation=https://github.com/Irqbalance/irqbalance
ef7c9d
 ConditionVirtualization=!container
ef7c9d
-ConditionCPUs=>1
ef7c9d
 
ef7c9d
 [Service]
ef7c9d
 EnvironmentFile=-/usr/lib/irqbalance/defaults.env
ef7c9d
-- 
ef7c9d
2.33.1
ef7c9d