On 6/8/26 7:58 AM, filip Mutterer via ceph-users wrote:
... ... ... auto eth0
iface eth0 inet manual
  pre-up ip link set dev eth0 mtu 9000

auto br0
iface br0 inet static
  address 192.168.1.41
  netmask 255.255.255.0
  gateway 192.168.1.1
  dns-nameservers 192.168.0.113
  bridge_ports eth0
  bridge_stp off
  bridge_fd 0
  mtu 9000
  post-up ip link set dev br0 mtu 9000
> ... ... ...

I haven't used ifconfig for a while now (using netplan), but us much as I remember, `mtu 9000` setting for br0 should suffice. I.e. no eth0 stanza and no pre/post ip link actions.

As for OVN interference — why not temporarily disable it as a test?

--
Šarūnas Burdulis
Dartmouth Mathematics
math.dartmouth.edu/~sarunas

· https://useplaintext.email ·

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to