diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-06-03 12:17:00 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-06-03 11:17:00 +0200 |
commit | 856ca72b294faef84aa92f1cbda04d011f10e287 (patch) | |
tree | 820bc9201fd04524c3a87229098546ddc2ef1559 /NEWS | |
parent | d2bc1251320c9e69c5fc6953f01aba80cafd5029 (diff) |
tests: introduce UNIFIED_CGROUP_HIERARCHY (#3419)
There are many cgroups-related changes (thanks, @htejun!)
This commit will simplify testing a bit.
Use:
make run UNIFIED_CGROUP_HIERARCHY=yes to enable cgroup-v2
make run UNIFIED_CGROUP_HIERARCHY=no to enable cgroup-v1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -916,7 +916,7 @@ CHANGES WITH 226: available, systemd will fall back to the legacy cgroup hierarchy setup, as before. Host system and containers can mix and match legacy and unified hierarchies as they - wish. nspawn understands the $UNIFIED_CROUP_HIERARCHY + wish. nspawn understands the $UNIFIED_CGROUP_HIERARCHY environment variable to individually select the hierarchy to use for executed containers. By default, nspawn will use the unified hierarchy for the containers if the host uses the |