]> git.proxmox.com Git - pve-container.git/commit
change cpu shares: hard-code cgroupv1 default parameter
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 7 Oct 2022 12:41:42 +0000 (14:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Nov 2022 13:51:28 +0000 (14:51 +0100)
commit389d00c92c0942f11cad2076046d0105b02fa9d2
tree6810326d2c1e422e206188c58e223a47c3921854
parent2dd0895ac66ee3c619118a2fa858a3424694520c
change cpu shares: hard-code cgroupv1 default parameter

so that the description of the default can be changed to reflect that
it depends on cgroup version.

Not strictly necessary, because the function currently will ignore the
value anyways. But certainly more future-proof then starting to pass
something invalid.

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