0
点赞
收藏
分享

微信扫一扫

Proxmox PVE7 Centos7 Container 启动异常 old systemd (< v232) detected


Proxmox PVE7 Centos7 Container启动异常,报错如下:

WARN: old systemd (< v232) detected, container won’t run in a pure cgroupv2 environment! Please see documentation -> container -> cgroup version.

根本原因是cgroup的兼容性问题。​​官方描述如​​下:

Proxmox PVE7 Centos7 Container 启动异常 old systemd (< v232) detected_运维


官方也给出了处理办法:

Changing CGroup Version
If file system quotas are not required and all containers support cgroupv2, it is recommended to stick to the new default.

systemd.unified_cgroup_hierarchy=0

处理过程如下:

1.修改启动参数/etc/default/grub

Proxmox PVE7 Centos7 Container 启动异常 old systemd (< v232) detected_linux_02


2.使配置生效平重启

update-grub
reboot


举报

相关推荐

0 条评论