]> git.proxmox.com Git - pve-container.git/commitdiff
config: cpuunits: update default description
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 7 Oct 2022 12:41:43 +0000 (14:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Nov 2022 13:51:28 +0000 (14:51 +0100)
to reflect that it depends on the cgroup version.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
src/PVE/LXC/Config.pm

index f7820ed8bb751a98ea8a5d4bff56db6e12154755..4f62aef963c9fd799c00c17539e1da2e06c77915 100644 (file)
@@ -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,