Hi Everyone,
I'd like to first state I have reviewed this Link.
I have tried to install these 2 modules below:
I receive a fatal error when I try to install the modules. I believe these are now built into the latest Proxmox kernel. Here are the following pveversions:
I have also put in the hotplug cpu rule as well without luck.
I have restarted the udev, didn't work, rebooted system, and sort of worked??? My Ubuntu desktop wouldn't add cpu cores but it did unplug them.
I have NUMA setup on all my VMs. Hotplug in the options of each VM are all selected. I have ran the QEMU Agent on Windows and Ubuntu and the Virt-IO drivers .exe within Windows. I have upped the socket and core count for a top-end ceiling and am adjusting VCPU's.
At this point I have read several articles and forums and each one is basically saying to install the modules. Everything else is working flawlessly though, it's only the CPU hotplug that is not working.
I'd like to first state I have reviewed this Link.
I have tried to install these 2 modules below:
Code:
# modprobe acpiphp
# modprobe pci_hotplug
Code:
proxmox-ve: 8.2.0 (running kernel: 6.8.12-3-pve)
pve-manager: 8.2.7 (running version: 8.2.7/3e0176e6bb2ade3b)
proxmox-kernel-helper: 8.1.0
proxmox-kernel-6.8: 6.8.12-3
proxmox-kernel-6.8.12-3-pve-signed: 6.8.12-3
proxmox-kernel-6.8.4-2-pve-signed: 6.8.4-2
ceph-fuse: 18.2.4-pve3
corosync: 3.1.7-pve3
criu: 3.17.1-2
glusterfs-client: 10.3-5
ifupdown2: 3.2.0-1+pmx9
ksm-control-daemon: 1.5-1
libjs-extjs: 7.0.0-4
libknet1: 1.28-pve1
libproxmox-acme-perl: 1.5.1
libproxmox-backup-qemu0: 1.4.1
libproxmox-rs-perl: 0.3.4
libpve-access-control: 8.1.4
libpve-apiclient-perl: 3.3.2
libpve-cluster-api-perl: 8.0.8
libpve-cluster-perl: 8.0.8
libpve-common-perl: 8.2.5
libpve-guest-common-perl: 5.1.4
libpve-http-server-perl: 5.1.2
libpve-network-perl: 0.9.8
libpve-rs-perl: 0.8.10
libpve-storage-perl: 8.2.5
libspice-server1: 0.15.1-1
lvm2: 2.03.16-2
lxc-pve: 6.0.0-1
lxcfs: 6.0.0-pve2
novnc-pve: 1.4.0-4
proxmox-backup-client: 3.2.7-1
proxmox-backup-file-restore: 3.2.7-1
proxmox-firewall: 0.5.0
proxmox-kernel-helper: 8.1.0
proxmox-mail-forward: 0.2.3
proxmox-mini-journalreader: 1.4.0
proxmox-offline-mirror-helper: 0.6.7
proxmox-widget-toolkit: 4.2.4
pve-cluster: 8.0.8
pve-container: 5.2.0
pve-docs: 8.2.3
pve-edk2-firmware: 4.2023.08-4
pve-esxi-import-tools: 0.7.2
pve-firewall: 5.0.7
pve-firmware: 3.14-1
pve-ha-manager: 4.0.5
pve-i18n: 3.2.4
pve-qemu-kvm: 9.0.2-3
pve-xtermjs: 5.3.0-3
qemu-server: 8.2.4
smartmontools: 7.3-pve1
spiceterm: 3.3.0
swtpm: 0.8.0+pve1
vncterm: 1.8.0
zfsutils-linux: 2.2.6-pve1
I have also put in the hotplug cpu rule as well without luck.
Code:
/lib/udev/rules.d/80-hotplug-cpu.rules
Put in code below
SUBSYSTEM=="cpu", ACTION=="add", TEST=="online", ATTR{online}=="0", ATTR{online}="1"
I have restarted the udev, didn't work, rebooted system, and sort of worked??? My Ubuntu desktop wouldn't add cpu cores but it did unplug them.
I have NUMA setup on all my VMs. Hotplug in the options of each VM are all selected. I have ran the QEMU Agent on Windows and Ubuntu and the Virt-IO drivers .exe within Windows. I have upped the socket and core count for a top-end ceiling and am adjusting VCPU's.
At this point I have read several articles and forums and each one is basically saying to install the modules. Everything else is working flawlessly though, it's only the CPU hotplug that is not working.