[ovirt-users] Re: Unable to start VM on host with OVS networking

2018-06-08 Thread tadavis
Sverker, Can you share the hook you created for VDSM? thanks, thomas ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct:

[ovirt-users] Re: Unable to start VM on host with OVS networking

2018-05-27 Thread Sverker Abrahamsson
In my setup the reason why I attempted to use OVS/OVN is that I (currently) have two hosts in a data center (Hetzner) which does not have a common subnet. Each of these hosts have one public IPv4 address. Because of that I want the ovirt networks to be on private ip ranges and they do not

[ovirt-users] Re: Unable to start VM on host with OVS networking

2018-05-25 Thread tadavis
Do I even tell you how I do the conversion from legacy to OVS? It does use ansible, and creates the vdsm nework configuration in /var/lib/vdsm for an OVS/OVN based network. It works great, the nodes join right up to oVirt engine with no configuration needed. But I know that's unsupported.

[ovirt-users] Re: Unable to start VM on host with OVS networking

2018-05-25 Thread Dan Kenigsberg
I believe the user community deserves a little background for this decision. OVS has been "experimental" since ovirt-4.0.z with migration disabled by default. We were not aware of huge benefits it had over the default Linux bridge, and did not expect people to be using it in important deployments.

[ovirt-users] Re: Unable to start VM on host with OVS networking

2018-05-22 Thread tadavis
The answer is.. OVN replaced OVS as the networking technology. You cannot switch back to legacy, they disabled switching between ovs and legacy in the default (1st) datacenter using the gui. You can however, use Ansible to switch it. Remove the VDSM ovs setting, it will just mess you up, and

[ovirt-users] Re: Unable to start VM on host with OVS networking

2018-05-22 Thread Simone Tiraboschi
On Tue, May 22, 2018 at 4:14 PM, Jonathan Dieter wrote: > On Mon, 2018-05-21 at 02:48 +0200, Sverker Abrahamsson wrote: > > Hi Jonathan, > > it seems somewhat similar to what I've been struggeling with. I've > > worked around it with a hook script until someone can explain

[ovirt-users] Re: Unable to start VM on host with OVS networking

2018-05-22 Thread Jonathan Dieter
On Mon, 2018-05-21 at 02:48 +0200, Sverker Abrahamsson wrote: > Hi Jonathan, > it seems somewhat similar to what I've been struggeling with. I've > worked around it with a hook script until someone can explain from > where > it should discover that the interface should be created on an ovs >

[ovirt-users] Re: Unable to start VM on host with OVS networking

2018-05-20 Thread Sverker Abrahamsson
Hi Jonathan, it seems somewhat similar to what I've been struggeling with. I've worked around it with a hook script until someone can explain from where it should discover that the interface should be created on an ovs bridge. Look at the thread with topic "hosted engine with openvswitch".