This works for me:
in the http section:
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
In the server scection:
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header...
I downloaded the pve-kernel-source, and patched the kernel with this patch: http://patchwork.ozlabs.org/patch/324370/
After rebuilding and loading the new tg3.ko-driver changing MTU works again.
Can you please incorporate this patch in your patchset for next kernel?
Thanks
I'm currently testing proxmox with kernel 3.10 from pvetest repository.
When trying to use MTU 9000 on my bridged + bonded network interfaces the kernel crashes with the following Call Trace:
Call Trace:
[<ffffffff81612270>] dump_stack+0x19/0x1b
[<ffffffff8160c0ad>]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.