Hello everyone, i've been scratching my head about whats causing my VM workers to run such slow pipelines;
It turns out its exactly this, since a couple of updates ago virtio-net has issues with MTU. Reducing it from 1500 fixes the issue.
Pings run fine, but for example something like docker pull will hang. Switching to intel e1000 likewise fixes the issue.
Edit:Maybe related to https://lore.proxmox.com/pve-devel/20250417104855.144882-1-s.hanreich@proxmox.com/T/#u ?
Edit1: Seems to be a kernel regression, using kernel 6.5.13-6-pve instead fixes the issue.
It turns out its exactly this, since a couple of updates ago virtio-net has issues with MTU. Reducing it from 1500 fixes the issue.
Pings run fine, but for example something like docker pull will hang. Switching to intel e1000 likewise fixes the issue.
Edit:
Edit1: Seems to be a kernel regression, using kernel 6.5.13-6-pve instead fixes the issue.
Last edited: