Hide Forgot
Description of problem: Running a VM attached to OVN network on non OVN-controller host shows generic error: “Cannot get interface MTU on: <net> no such device”. The root cause is that the engine is not aware if a host has an external VIF installed and ready for usage. Maybe we can approach this by adding a new host capability? Version-Release number of selected component (if applicable): oVirt Engine Version: 4.1.0-0.0.master.20161120231325.gitba51756.el7.centos How reproducible: 100% Steps to Reproduce: 1. Create VM with OVN network attached to it. 2. Try to run a VM on a non OVN-controller host. Actual results: generic error: “Cannot get interface MTU on: <net> no such device” Expected results: Engine should block us for doing such thing. Additional info:
We install OVN on host deploy, if that fails the host deploy fails, so this is not needed.