From: Fiona Ebner Date: Fri, 7 Oct 2022 12:41:43 +0000 (+0200) Subject: config: cpuunits: update default description X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=44e1405e581d35d8ad89194953095c72888a74b8;p=pve-container.git config: cpuunits: update default description to reflect that it depends on the cgroup version. Signed-off-by: Fiona Ebner --- diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index f7820ed..4f62aef 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/PVE/LXC/Config.pm @@ -510,7 +510,7 @@ my $confdesc = { description => "CPU weight for a VM. Argument is used in the kernel fair scheduler. The larger the number is, the more CPU time this VM gets. Number is relative to the weights of all the other running VMs.", minimum => 0, maximum => 500000, - default => 1024, + default => 'cgroup v1: 1024, cgroup v2: 100', }, memory => { optional => 1,