From a486fcc098a1b884d8bc78e3be50ede24d53258b Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Mon, 31 Mar 2025 18:00:20 -0400 Subject: [PATCH] [enterprise-4.19] OCPBUGS:48509 Configuring Linux cgroup docs are referencing to enabled psi which has been disabled with 4.16.7 --- modules/nodes-clusters-cgroups-2.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/nodes-clusters-cgroups-2.adoc b/modules/nodes-clusters-cgroups-2.adoc index 90ef2c8c81..3a9e7a081d 100644 --- a/modules/nodes-clusters-cgroups-2.adoc +++ b/modules/nodes-clusters-cgroups-2.adoc @@ -187,11 +187,10 @@ spec: kernelArguments: systemd.unified_cgroup_hierarchy=0 <1> systemd.legacy_systemd_cgroup_controller=1 <2> - psi=1 <3> + psi=0 ---- <1> Disables cgroup v2. <2> Enables cgroup v1 in systemd. -<3> Enables the Linux Pressure Stall Information (PSI) feature. . Check the nodes to see that scheduling on the nodes is disabled. This indicates that the change is being applied: +