Hello,
I want to set the MTU to 9000 (Jumbo Frames) for my 40Gbit/s OpenFabic, is there any prefferd way to do this with SDN?
https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server#Using_SDN_Fabrics
I already has set it for the Nics in /etc/network/interfaces but fabric stays at MTU 1500:
Thanks.
I want to set the MTU to 9000 (Jumbo Frames) for my 40Gbit/s OpenFabic, is there any prefferd way to do this with SDN?
https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server#Using_SDN_Fabrics
I already has set it for the Nics in /etc/network/interfaces but fabric stays at MTU 1500:
Code:
2: ens3f0np0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP group default qlen 1000
3: ens3f1np1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP group default qlen 1000
11: dummy_40G: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
Thanks.