[Devel] [PATCH RHEL9 COMMIT] configs: Make cgroup v2 the default hierarcy
Konstantin Khorenko
khorenko at virtuozzo.com
Mon Jul 15 19:00:35 MSK 2024
The commit is pushed to "branch-rh9-5.14.0-427.22.1.vz9.62.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh9-5.14.0-427.22.1.vz9.62.5
------>
commit 6263d66f7c549eec2648e0dc1e45f651ed9f3870
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Mon Jul 15 18:48:54 2024 +0300
configs: Make cgroup v2 the default hierarcy
Now we are ready to go with cgroup v2 on all levels, so itâs time to
drop our hack which kept us with cgroup v1 by default.
https://virtuozzo.atlassian.net/browse/PSBM-157370
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
Feature: cgroup: unified cgroup hierarchy (cgroup v2) support
---
configs/kernel-5.14.0-x86_64-debug.config | 4 +---
configs/kernel-5.14.0-x86_64.config | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/configs/kernel-5.14.0-x86_64-debug.config b/configs/kernel-5.14.0-x86_64-debug.config
index 9719172135b4..6e0445cac113 100644
--- a/configs/kernel-5.14.0-x86_64-debug.config
+++ b/configs/kernel-5.14.0-x86_64-debug.config
@@ -736,12 +736,10 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
CONFIG_CMA_SYSFS=y
CONFIG_CMA=y
-CONFIG_CMDLINE_BOOL=y
+# CONFIG_CMDLINE_BOOL is not set
CONFIG_CMDLINE_FROM_BOOTLOADER=y
CONFIG_CMDLINE_KUNIT_TEST=m
-# CONFIG_CMDLINE_OVERRIDE is not set
# CONFIG_CMDLINE_PARTITION is not set
-CONFIG_CMDLINE="systemd.unified_cgroup_hierarchy=0"
CONFIG_CNIC=m
# CONFIG_CODA_FS is not set
# CONFIG_COMEDI is not set
diff --git a/configs/kernel-5.14.0-x86_64.config b/configs/kernel-5.14.0-x86_64.config
index e7edd437916a..c34899047c4f 100644
--- a/configs/kernel-5.14.0-x86_64.config
+++ b/configs/kernel-5.14.0-x86_64.config
@@ -736,12 +736,10 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
CONFIG_CMA_SYSFS=y
CONFIG_CMA=y
-CONFIG_CMDLINE_BOOL=y
+# CONFIG_CMDLINE_BOOL is not set
CONFIG_CMDLINE_FROM_BOOTLOADER=y
CONFIG_CMDLINE_KUNIT_TEST=m
-# CONFIG_CMDLINE_OVERRIDE is not set
# CONFIG_CMDLINE_PARTITION is not set
-CONFIG_CMDLINE="systemd.unified_cgroup_hierarchy=0"
CONFIG_CNIC=m
# CONFIG_CODA_FS is not set
# CONFIG_COMEDI is not set
More information about the Devel
mailing list