Hello
I have some questions related KVM transport nodes.
The NSX-T documentation seems to indicate that the interfaces assigned to the uplink profile for a transport node should be physical interfaces. Can they be vlan or bond interfaces? This kb article seems to indicate that linux bond interfaces will not work:
https://kb.vmware.com/s/article/67835
If this is the case, you need to dedicate physical nics to NSX-T, probably two if you want bonding. If you run other networks, like storage and management, which probably should be isolated from one another also, and for storage you probably also want some bonding, the you are now talking about minimum 5 total pnics.
Given this, is there any other way that you can share the pnics associated to the uplink profile for other networks? You can probably run your own vlan networks on top of the pnic provided to NSX-T but I don't think that makes much sense as then those network are slaved to however NSX-T is managing that pnic.
The pre-configured N-VDS seems to be a possible way to achieve this, but is there any documentation on how an N-VDS should be pre-configured or what that even means in the context of a KVM transport node?
Regarding transport zones, I can only configure one N-VDS although the documentation seems to indicate at least two should be possible:
You can add a maximum of four N-VDS switches for each configuration: standard N-VDS created for VLAN transport zone, enhanced N-VDS created for VLAN transport zone, standard N-VDS created for overlay transport zone, enhanced N-VDS created for overlay transport zone.
This could apply only to ESXi or BM hosts (since enhanced N-VDS only applies to ESXi) but the documentation does not do a good job in specifiying what applies to what.
Thanks.