>>Do I need to add auto enp132s0 and auto enp132s0d1 to both the Linux Bridge config AND the OVS config in order to get that MTU to properly stick?
IT's better to add it.
if you don't have "auto enpX", the "mtu xxx" value in this inferface is not applied.
But mtu on bond0 is applied, and could go to enpX (but I'm not sure 100%, depend with bridge/ovs ifupdown1/ifupdow2).
If you have to be sure, add "auto enpx", it'll work 100%.
I have sent a patch today to pve-devel mailing list to add "auto xxx" to interfaces slaves of a of bond.
IT's better to add it.
if you don't have "auto enpX", the "mtu xxx" value in this inferface is not applied.
But mtu on bond0 is applied, and could go to enpX (but I'm not sure 100%, depend with bridge/ovs ifupdown1/ifupdow2).
If you have to be sure, add "auto enpx", it'll work 100%.
I have sent a patch today to pve-devel mailing list to add "auto xxx" to interfaces slaves of a of bond.