]> git.proxmox.com Git - pve-container.git/commit
config: cpuunits: drop description for outdated special value
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 7 Oct 2022 12:41:41 +0000 (14:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Nov 2022 13:51:28 +0000 (14:51 +0100)
commit2dd0895ac66ee3c619118a2fa858a3424694520c
tree5ef7cdf5d74b4ee604eac36c5fa3323d158ca1c9
parente811b47cf99d3155468f15338b2b4927e2377d75
config: cpuunits: drop description for outdated special value

It won't work on hosts using cgroup v2. And there's one place where
$conf->{cpuunits} || 1024 is used, so zero would be overwritten there.

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