Skip to content

Commit 38d8911

Browse files
authored
Merge pull request #91368 from mburke5678/nodes-cgroup-psi-0-416
[enterprise-4.16] OCPBUGS:48509 Configuring Linux cgroup docs are referencing to enabled psi which has been disabled with 4.16.7
2 parents 6c0efd1 + d6be5c6 commit 38d8911

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/nodes-clusters-cgroups-2.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,10 @@ spec:
187187
kernelArguments:
188188
systemd.unified_cgroup_hierarchy=0 <1>
189189
systemd.legacy_systemd_cgroup_controller=1 <2>
190-
psi=1 <3>
190+
psi=0
191191
----
192192
<1> Disables cgroup v2.
193193
<2> Enables cgroup v1 in systemd.
194-
<3> Enables the Linux Pressure Stall Information (PSI) feature.
195194

196195
. Check the nodes to see that scheduling on the nodes is disabled. This indicates that the change is being applied:
197196
+

0 commit comments

Comments
 (0)