]> git.proxmox.com Git - pve-manager.git/commit
ui: lxc/qemu: cpu edit: make cpuunits depend on node's cgroup version
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 10 Nov 2022 14:37:47 +0000 (15:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Nov 2022 13:08:55 +0000 (14:08 +0100)
commit5a2e333c9edbcd33f00f97ca65a6ecdecf1fb550
treef4640f86fb8d1523d206eda6353e068c4be98d7f
parent7060a39316107b7f93fcec31d878333d801b1291
ui: lxc/qemu: cpu edit: make cpuunits depend on node's cgroup version

so that the default value and limits actually correspond to what will
be used. Defaults to values for cgroup v2, because that is the more
common scenario.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
www/manager6/lxc/CreateWizard.js
www/manager6/lxc/ResourceEdit.js
www/manager6/lxc/Resources.js
www/manager6/qemu/CreateWizard.js
www/manager6/qemu/HardwareView.js
www/manager6/qemu/ProcessorEdit.js