mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 00:24:03 +00:00
pve6to7: rework cgroup message slightly
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2331534996
commit
1d5529612f
@ -951,9 +951,9 @@ sub check_containers_cgroup_compat {
|
|||||||
|
|
||||||
my $log_problem = sub {
|
my $log_problem = sub {
|
||||||
my ($ctid) = @_;
|
my ($ctid) = @_;
|
||||||
log_warn("Found at least one CT ($ctid) which does not support running in a unified " .
|
log_warn("Found at least one CT ($ctid) which does not support running in a unified cgroup v2" .
|
||||||
"cgroup v2 layout - either upgrade it or set systemd.unified_cgroup_hierarchy=0 " .
|
" layout.\n Either upgrade the Container distro or set systemd.unified_cgroup_hierarchy=0 " .
|
||||||
"in the kernel cmdline - skipping further checks"
|
"in the Proxmox VE hosts' kernel cmdline! Skipping further CT compat checks."
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user