I have this patches work on production more than 6 month for now without any cases, is there any reason why this patches is not merged to oficial code tree, maybe we can do something to speed up approval procedure?
I have a patched version that has been working on production for more than a year now, and a little over a month on PVE 6.0.
I haven't had any problems with this particular patch so far, so I think it's quite reliable. You just need to remember to apply patches after each PVE update. (I have made a post-invoke script for dpkg that patches the right files and set up dpkg-divert)
P.S. My patches that works on PVE 6 is in attachments
you can try to hack
/usr/share/perl5/PVE/QemuServer.pm
sub print_netdevice_full {
...
$tmpstr .= ",bootindex=$net->{bootindex}" if $net->{bootindex} ;
$tmpstr .= ",host_mtu=1400" if $net->{model} eq 'virtio';
then
systemctl restart pvedaemon
and start your vm.
What's your version of pve-manager?its 2021. The above fix still works. Thank god!
so did I miss a setting somewhere or its still not implemented?