Skip to content

Commit 6b2bc19

Browse files
authored
Merge pull request #33796 from kannon92/cgroupv1-crio-fix
use SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE for cgroup v1 nodes
2 parents f5dddda + cb44ea0 commit 6b2bc19

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

jobs/e2e_node/crio/crio_cgroupv1.ign

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"kernelArguments": {
66
"shouldExist": [
7-
"systemd.unified_cgroup_hierarchy=0"
7+
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
88
],
99
"shouldNotExist": [
1010
"mitigations=auto,nosmt"

jobs/e2e_node/crio/crio_cgroupv1_eventedpleg.ign

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"kernelArguments": {
66
"shouldExist": [
7-
"systemd.unified_cgroup_hierarchy=0"
7+
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
88
],
99
"shouldNotExist": [
1010
"mitigations=auto,nosmt"

jobs/e2e_node/crio/crio_cgroupv1_hugepages.ign

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"kernelArguments": {
66
"shouldExist": [
7-
"systemd.unified_cgroup_hierarchy=0"
7+
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
88
],
99
"shouldNotExist": [
1010
"mitigations=auto,nosmt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
kernel_arguments:
33
should_exist:
4-
- systemd.unified_cgroup_hierarchy=0
4+
- SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1

jobs/e2e_node/crio/templates/crio_cgroupv1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kernel_arguments:
55
should_not_exist:
66
- mitigations=auto,nosmt
77
should_exist:
8-
- systemd.unified_cgroup_hierarchy=0
8+
- SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1
99
storage:
1010
files:
1111
- path: /etc/zincati/config.d/90-disable-auto-updates.toml

jobs/e2e_node/crio/templates/crio_cgroupv1_eventedpleg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kernel_arguments:
55
should_not_exist:
66
- mitigations=auto,nosmt
77
should_exist:
8-
- systemd.unified_cgroup_hierarchy=0
8+
- SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1
99
storage:
1010
files:
1111
- path: /etc/zincati/config.d/90-disable-auto-updates.toml

jobs/e2e_node/crio/templates/crio_cgroupv1_hugepages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kernel_arguments:
55
should_not_exist:
66
- mitigations=auto,nosmt
77
should_exist:
8-
- systemd.unified_cgroup_hierarchy=0
8+
- SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1
99
storage:
1010
files:
1111
- path: /etc/zincati/config.d/90-disable-auto-updates.toml

0 commit comments

Comments
 (0)