meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:lxc:issues:unified_cgroups [2021/04/25 19:51] – niziak | linux:lxc:issues:unified_cgroups [2021/04/25 20:14] (current) – niziak | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Problem introduced with change from systemd 241 to 247. | Problem introduced with change from systemd 241 to 247. | ||
| - | Previous v241 was built with '' | ||
| Main change is to drop CGroup V1 support and switch by default to '' | Main change is to drop CGroup V1 support and switch by default to '' | ||
| + | * Previous v241 was built with '' | ||
| + | * Current v247 is built with '' | ||
| + | <code bash> | ||
| + | $ systemctl --version | ||
| + | systemd 247 (247.3-1~bpo10+1) | ||
| + | +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified | ||
| + | </ | ||
| Lots of issues are reported, and lots of containerization software needs to be upgraded: | Lots of issues are reported, and lots of containerization software needs to be upgraded: | ||
| Line 13: | Line 19: | ||
| Resources: | Resources: | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| ===== Workaround ===== | ===== Workaround ===== | ||
| Line 21: | Line 29: | ||
| Add kernel boot commandline argument: '' | Add kernel boot commandline argument: '' | ||
| + | |||
| + | <code bash> | ||
| + | echo ' | ||
| + | </ | ||
| + | |||
| More info: | More info: | ||
| * **systemd.unified_cgroup_hierarchy** | * **systemd.unified_cgroup_hierarchy** | ||