Skip to content

Commit 6fac73a

Browse files
authored
Merge pull request #57087 from sdodson/fix-cgroupsv2-typo
typo: cgroup_no_vi should be cgroup_no_v1
2 parents b6c0158 + 832a756 commit 6fac73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nodes-clusters-cgroups-2.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ metadata:
178178
spec:
179179
kernelArguments:
180180
- systemd_unified_cgroup_hierarchy=1 <1>
181-
- cgroup_no_vi="all" <2>
181+
- cgroup_no_v1="all" <2>
182182
- psi=1 <3>
183183
----
184184
<1> Enables cgroup v2 in systemd.

0 commit comments

Comments
 (0)