Add support for SR-IOV network adapters #1136
Labels
acknowledged
Status: Issue or Pull Request Acknowledged
area/networking
Area: Networking
area/vm
Area: Virtual Machines
enhancement
Type: Enhancement
size/m
Relative Sizing: Medium
Description
When deploying a VM to a particular host you may want to attach a network adapter directly to an SR-IOV enabled physical NIC (bypassing a vSwitch)
To do this in the GUI, you simply attach a network adapter as normal and select 'SRIOV' instead of 'vmxnet3' (the default) and provide a link to the physical NIC. You still need to provide the name of a virtual network (from which you inherit various VLAN settings)
Potential Terraform Configuration
Although there may be a natural extension to make a data type representing the physical NIC and the physical PCI is read off that data type (I think we can build off @bill-rich 's work in #1099
References
Th MOP to do this is here
This MOP is in two parts:
This work essentially adds support for the second part of the MOP in terraform.
I've started work on this enhancement, and have a PR that does deploy the VM correctly but is hitting an issue with UnitNumber ordering see this issue
Community Note
The text was updated successfully, but these errors were encountered: