Skip to content

Commit efe0613

Browse files
authored
Merge pull request #35573 from kannon92/revert-35551-systemd-ign-cgroupv1-fix
Revert "Add extra kernel argument to force cgropuv1 spin up in [crio_cgroupv1.ign]"
2 parents f2d68aa + b0b3b3d commit efe0613

File tree

7 files changed

+3
-10
lines changed

7 files changed

+3
-10
lines changed

jobs/e2e_node/crio/crio_cgroupv1.ign

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
},
55
"kernelArguments": {
66
"shouldExist": [
7-
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1",
8-
"systemd.unified_cgroup_hierarchy=0"
7+
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
98
],
109
"shouldNotExist": [
1110
"mitigations=auto,nosmt"

jobs/e2e_node/crio/crio_cgroupv1_eventedpleg.ign

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
},
55
"kernelArguments": {
66
"shouldExist": [
7-
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1",
8-
"systemd.unified_cgroup_hierarchy=0"
7+
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
98
],
109
"shouldNotExist": [
1110
"mitigations=auto,nosmt"

jobs/e2e_node/crio/crio_cgroupv1_hugepages.ign

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
},
55
"kernelArguments": {
66
"shouldExist": [
7-
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1",
8-
"systemd.unified_cgroup_hierarchy=0"
7+
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
98
],
109
"shouldNotExist": [
1110
"mitigations=auto,nosmt"

jobs/e2e_node/crio/templates/base/cgroupv1.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
kernel_arguments:
33
should_exist:
44
- SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1
5-
- systemd.unified_cgroup_hierarchy=0

jobs/e2e_node/crio/templates/crio_cgroupv1.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ kernel_arguments:
66
- mitigations=auto,nosmt
77
should_exist:
88
- SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1
9-
- systemd.unified_cgroup_hierarchy=0
109
storage:
1110
files:
1211
- path: /etc/zincati/config.d/90-disable-auto-updates.toml

jobs/e2e_node/crio/templates/crio_cgroupv1_eventedpleg.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ kernel_arguments:
66
- mitigations=auto,nosmt
77
should_exist:
88
- SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1
9-
- systemd.unified_cgroup_hierarchy=0
109
storage:
1110
files:
1211
- path: /etc/zincati/config.d/90-disable-auto-updates.toml

jobs/e2e_node/crio/templates/crio_cgroupv1_hugepages.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ kernel_arguments:
66
- mitigations=auto,nosmt
77
should_exist:
88
- SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1
9-
- systemd.unified_cgroup_hierarchy=0
109
storage:
1110
files:
1211
- path: /etc/zincati/config.d/90-disable-auto-updates.toml

0 commit comments

Comments
 (0)