Well, in the end it turned out that adding hw.virtio.pci.transitional to /boot/loader.conf.local did the trick and unlocks the modern virtio, even if Proxmox uses the PCI bus and not PCIe. Multiqueue is also working fine then, als long as you...
Had a similar experience when trying to download updates for our cluster in China.
I ended up singeling out the IP address for the Proxmox CDN in Singapore and added that IP address to the /etc/hosts file. (each host)
I basically pinned the...
Machine left for 2 hours idling, virtio-nic connected, WiFi turned off from action center in Windows, screen off, average residency:
Pkg%pc2 Pkg%pc3 Pkg%pc6 Pk%pc10 PkgWatt
4.77 0.00 71.89 0.00 2.63
4.77 0.00 71.89 0.00 2.63...
Im just setting up a home lab and installing proxmox but when i try to boot to the installer it keeps throwing me to the BIOS.
Im using an asus mobo and Im pretty sure i have secure boot disabled because the options in secure boot are greyed and...
No, it's off. 24H2 indeed introduced per core clock ticks, and apparently that is what kills residency in VMs. I don't really understand why, but that is one difference in the KiSetTime/KiGetTime functions in 24H2 compared to Server 2022, for...
192.168.5.1 is in the same subnet as your node, pinging it involves no routing. Two possibilities: ARP for .1 isn't completing, or it is and something is dropping the ICMP.
On proxmox01:
ip -4 neigh show
ip r
Then in one session run...
Since proxmo01 was not reaching internet through 192.168.5.1, I temporary update its gateway address to the proxmox02 and put it serving internet for proxmox01 (chatgpt help me configuring it).
I managed to do an apt full-upgrade in the...
I've provided Claude a sample of /sys/block/sda/stat and asked for it to identify the pattern in the spikes.
It makes sense to me, and it does increase as the uptime also increases.
Hi,
I have difficulty reading certain disks on a VM that persist even after deleting them, re-creating them, restarting the VM.
Nothing seems to fix it, there's something about Windows Disk 16/17 or SCSI14/15 that simply will not work ?
I...
Sorry for the delay in responding.
Ever since disabling autonegotiation and setting the various NIC settings in the nvm (see above for full details on that), we have not had any issues with the latest several 7.0.x kernels. On the one hand, the...
This is working as intended according to the Linux kernel VFS design for idmapped mounts:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/namei.c?id=1c3e8cef79ea5f1415cff0d3c507e2e07b71ade8#n650
If either UID or GID...
Leider ist da der Trugschluss, dass man Live zwischen Intel und AMD migrieren könnte. Klar überleben das einige OS, wenn da nix drauf installiert ist, aber sobald ein installiertes Programm nur ein spezielles Feature von Intel oder AMD nutzt...
Ich würde mal den Lieferanten hinterfragen. Der Controller kann natürlich RAID5, aber dazu müsste man BBWC Cache verbauen. Wenn man den ohne Cache benutzt, geht nur RAID 1/0/10.
Bei langsamen HDDs bin ich immer ein Freund von HW RAID mit BBWC.
Das kommt auch auf die Größe des Clusters an. Mit den HA Node Affinity Rules lässt sich schließlich begrenzen, welche VM auf welchen Knoten migriert werden darf. Klappt bei nur 3-4 Knoten natürlich nicht so.