Hello,
I know this has been talked about on this forum alreadyit , but I haven't been able to solve it with the provided solutions.
I'm using Ubuntu 20.04 on Proxmox 6.4-13 and I'm trying to add live several cpu cores.
I've added the udev rule documented here (https://pve.proxmox.com/wiki/Hotplug_(qemu_disk,nic,cpu,memory)), shut the VM and started it again, but it still doesn't work. Memory has worked without any issues from the very beginning, and I don't need any additional rules for that.
This is what the rule looks like:
When I add the cpu, proxmox expects me to shut down the VM, because it adds another yellow field in the CPU section, under the actual values. So it doesn't seem to be reading the udev rule at all.
Hotplug for CPU and Numa are activated.
Any ideas are greatly appreciated.
I know this has been talked about on this forum alreadyit , but I haven't been able to solve it with the provided solutions.
I'm using Ubuntu 20.04 on Proxmox 6.4-13 and I'm trying to add live several cpu cores.
I've added the udev rule documented here (https://pve.proxmox.com/wiki/Hotplug_(qemu_disk,nic,cpu,memory)), shut the VM and started it again, but it still doesn't work. Memory has worked without any issues from the very beginning, and I don't need any additional rules for that.
This is what the rule looks like:
Code:
cat /lib/udev/rules.d/80-hotplug-cpu.rules
SUBSYSTEM=="cpu", ACTION=="add", TEST=="online", ATTR{online}=="0", ATTR{online}="1"
When I add the cpu, proxmox expects me to shut down the VM, because it adds another yellow field in the CPU section, under the actual values. So it doesn't seem to be reading the udev rule at all.
Hotplug for CPU and Numa are activated.
Any ideas are greatly appreciated.