aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Down <chris@chrisdown.name>2018-12-21 13:07:45 +0000
committerChris Down <chris@chrisdown.name>2018-12-21 13:29:27 +0000
commit8f044cf9c9cdcfb2bfb0f067feecb556496ae16c (patch)
tree946f6172d4fc6fa913ecc438c6e64fcfa117f10e
parentcgroup: Imply systemd.unified_cgroup_hierarchy=1 on cgroup_no_v1=all (diff)
downloadsystemd-8f044cf9c9cdcfb2bfb0f067feecb556496ae16c.tar.gz
systemd-8f044cf9c9cdcfb2bfb0f067feecb556496ae16c.tar.bz2
systemd-8f044cf9c9cdcfb2bfb0f067feecb556496ae16c.zip
cgroup: Add NEWS entry for cgroup_no_v1=all implying unified usage
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d7d9c7d5..0c95d1402 100644
--- a/NEWS
+++ b/NEWS
@@ -118,6 +118,10 @@ CHANGES WITH 240 in spe:
* Support for disabling a particular cgroup controller within a sub-tree
has been added through the DisableControllers= directive.
+ * cgroup_no_v1=all on the kernel command line now also implies
+ using the unified cgroup hierarchy, unless one explicitly passes
+ systemd.unified_cgroup_hierarchy=0 on the kernel command line.
+
* The new "MemoryMin=" unit file property may now be used to set the
memory usage protection limit of processes invoked by the unit. This
controls the cgroupsv2 memory.min attribute. Similarly, the new