Re: [pve-devel] [PATCH qemu-server 1/1] Close #2443: qemu-server: add MTU option to virtio-net device

2020-02-02 Thread Alexandre DERUMIER
Hi, sorry to bump this thread, but I'm seeing users requesting this on the forum, and I think I'll need it too for vxlan setup, when users can't increase the mtu on physical interfaces (and so, need to reduce it in the vms) >>As far as I can see, the guest sets the MTU to 1500 on the virtio >>i

[pve-devel] [PATCH ifupdown2 1/2] patch: execute addons scripts before modules

2020-02-02 Thread Alexandre Derumier
ifupdown2.0 now setup address in pre-up, but ovs script also create in pre-up, but after address module. This patch execute addons scripts before ifupdown modules --- ...xecute-addons-scripts-before-modules.patch | 71 +++ debian/patches/series | 1 + 2 fi

[pve-devel] [PATCH ifupdown2 2/2] patch: config_tuning: state_dir=/run/network/

2020-02-02 Thread Alexandre Derumier
we don't want state_dir persistent across reboot. I have add some ifreload hanging after a crash, with non existing old interfaces --- debian/patches/pve/0006-config-tuning.patch | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/patches/pve/0006-config-tu

[pve-devel] [PATCH ifupdown2 0/2] ifupdown 2.0 fixes

2020-02-02 Thread Alexandre Derumier
- 1 fix for ovs not having ip address setup on start - 1 fix for new state_dir feature, where directory need to be on tmpfs Alexandre Derumier (2): patch: execute addons scripts before modules patch: config_tuning: state_dir=/run/network/ debian/patches/pve/0006-config-tuning.patch | 16 ++