How to configure SRIOV in RHEL OS P7? [closed]
I installed Redhat OpenStack Platform 7 with 1 controller and 1 compute nodes.
Now, I am configuring SRIOV by following the instructions in the below link:
https://access.redhat.com/documentati...
I created neutron network, subnet and port.
I launched cirros instance and it failed to spawn.
I see this error in nova compute logs - NovaException: Unexpected vif_type=binding_failed
How to debug and fix this issue?
Are there any relevant logs in
nova-scheduler
ornova-conductor
?Yes, I see this error - unsupported configuration: host doesn't support passthrough of host PCI devices\
http://paste.openstack.org/show/484372/
Have correctly you enabled SR-IOV? what is the output of
lspci | grep -i virtual
? It should show you the virtual functions created. Ensure you haven't missed any step from the documentation.Thanks. I fixed this