From 1d5529612f94f9d81533967ff2a77167f08cbce9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 5 Jul 2021 17:38:16 +0200 Subject: [PATCH] pve6to7: rework cgroup message slightly Signed-off-by: Thomas Lamprecht --- PVE/CLI/pve6to7.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PVE/CLI/pve6to7.pm b/PVE/CLI/pve6to7.pm index 8a1aafaa..51521c53 100644 --- a/PVE/CLI/pve6to7.pm +++ b/PVE/CLI/pve6to7.pm @@ -951,9 +951,9 @@ sub check_containers_cgroup_compat { my $log_problem = sub { my ($ctid) = @_; - log_warn("Found at least one CT ($ctid) which does not support running in a unified " . - "cgroup v2 layout - either upgrade it or set systemd.unified_cgroup_hierarchy=0 " . - "in the kernel cmdline - skipping further checks" + log_warn("Found at least one CT ($ctid) which does not support running in a unified cgroup v2" . + " layout.\n Either upgrade the Container distro or set systemd.unified_cgroup_hierarchy=0 " . + "in the Proxmox VE hosts' kernel cmdline! Skipping further CT compat checks." ); };