The net-early-admin script currently sets the MTU on an aggr without setting it on the underlying NICs. This works with some NIC drivers, but not all -- in particular, it won't work with mlxcx since the aggr has already brought the rings up by the time this runs (and mlxcx doesn't support MTU changes after ring startup)
The
net-early-adminscript currently sets the MTU on an aggr without setting it on the underlying NICs. This works with some NIC drivers, but not all -- in particular, it won't work withmlxcxsince the aggr has already brought the rings up by the time this runs (andmlxcxdoesn't support MTU changes after ring startup)