Proxmox Cores vs Sockets: What the vCPU Settings Mean
Proxmox cores vs sockets explained: how the vCPU settings affect Linux and Windows guests, and why you should usually just use one socket.
Homelab & Vietnam
83 posts
Proxmox cores vs sockets explained: how the vCPU settings affect Linux and Windows guests, and why you should usually just use one socket.
Get Traefik to discover Proxmox services with a cron job that pulls from the Proxmox API. No official provider needed—just a script and a config.
Black screen after passing a GPU to a VM? Check VFIO binding, the GPU ROM, and display output in that order. Here's the diagnostic sequence.
Jellyfin 10.11 performance issues are usually the inotify watcher limits or a bad transcode path. Here's the exact fix I use on Proxmox LXC.
ZFS over iSCSI from Proxmox to TrueNAS SCALE fails because SCALE uses LIO, not istgt. Here's the targetcli config and Proxmox storage plugin settings that
Got inotify poll request in wrong process - disabling inotify on Proxmox means a process is watching files with inotify but isn't getting the events.
The 'got inotify poll request in wrong process - disabling inotify' message is a Perl Linux::Inotify2 warning from Proxmox's forking daemons.
Shrinking an LVM-thin pool on Proxmox isn't directly possible. Here's the safe workaround: create a new smaller pool and move your VMs over.
Disable VirtViewer's mouse grab by adding grab-keyboard=off to the remote-viewer config file. Here's the exact setting for Proxmox VMs.
Set scaling_mode in the global section of answer.toml to permanently change the Proxmox installer's default. Tested in a throwaway VM, it sticks.