Jellyfin 10.11 performance issues: fix them on Proxmox LXC
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.
Homelab & Vietnam
70 posts
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.
The SPICE mouse acceleration bug on Proxmox VMs makes the cursor jump around. Here's how to fix it by checking the guest agent, tablet mode, and client
rhel initrd getting corrupted during import is usually missing virtio drivers. Boot a rescue kernel, run dracut with virtio modules, and the VM boots.
Running multipath -a breaks Proxmox local-lvm with 'no such logical volume pve/data (500)'. Here's why and how to recover the thin pool.