Create PCI Passthrough Allowed List

Procedure

  1. Configure the PCI passthrough allowed list in the /etc/nova/nova.conf and /etc/nova/nova-cpu.conf files on Compute node 1.
    [default] 
    pci_passthrough_whitelist =[{"devname": "ens3f1", "physical_network": "sriovnet2","device_type": "type-PF"},{ "devname": "ens3f0", "physical_network": "sriovnet1"}]
  2. Restart the Nova server.
  3. Repeat the procedure for Compute node 2.