Status: closed
Priority: high
Created: 2025-10-30
Updated: 2025-10-30
Assigned to: unassigned
After applying the MTU fix, thunderbolt interfaces are no longer members of the thunderbridge.
Following the deployment of the MTU persistence fix (post-up hooks in interfaces.d), the thunderbolt interfaces failed to join the thunderbridge after systemctl restart networking. This regression broke cluster connectivity via thunderbolt.
/etc/network/interfaces.d/10-thunderbolt.systemctl restart networking.bridge link show - thunderbolt interfaces not in thunderbridge.Thunderbolt interfaces should remain in thunderbridge with MTU 65520 after networking restart.
Interfaces have correct MTU but are not added to the bridge, causing loss of cluster connectivity.
# After restart networking
$ bridge link show
(no thunderbolt interfaces listed)
$ ip link show thunderbolt0
thunderbolt0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 65520 ...
post-up ip link set dev $IFACE master thunderbridge || true to interfaces.d files.Add bridge membership to post-up hooks in /etc/network/interfaces.d/10-thunderbolt for all nodes.