]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
fix removing cpulimit on running vm
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 12 Oct 2021 11:20:52 +0000 (13:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 22 Oct 2021 09:55:08 +0000 (11:55 +0200)
commit25de70ae5977cec338490b2c42cd5517ff093a97
tree39381d7aba174b7896e71a8711e18154a313f1c8
parent90b20b152c04577f0889540c54c448578cbc07f2
fix removing cpulimit on running vm

like in pve-container:
04a62bd ("fix #3506: config: fix removing the cpulimit of a running CT")

reported in the forums (no bug# yet):
https://forum.proxmox.com/threads/issue-with-removing-cpu-limit-from-running-vm.97799/

note that this will break CGv1 without the following fix installed:
https://git.proxmox.com/?p=pve-common.git;a=commitdiff;h=d37a71867

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by: Oguz Bektas <o.bektas@proxmox.com>
Reviewed-by: Oguz Bektas <o.bektas@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm