<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 15, 2016 at 1:30 PM, Michal Skrivanek <span dir="ltr">&lt;<a href="mailto:michal.skrivanek@redhat.com" target="_blank">michal.skrivanek@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
&gt; On 15 Sep 2016, at 10:11, Dan Kenigsberg &lt;<a href="mailto:danken@redhat.com">danken@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On Wed, Sep 14, 2016 at 03:04:14PM +0200, Michal Skrivanek wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; On 09 Sep 2016, at 13:09, Edward Haas &lt;<a href="mailto:ehaas@redhat.com">ehaas@redhat.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Thu, Sep 8, 2016 at 11:27 AM, Pavel Levshin &lt;<a href="mailto:lpk@581.spb.su">lpk@581.spb.su</a> &lt;mailto:<a href="mailto:lpk@581.spb.su">lpk@581.spb.su</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt; Hi.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m trying to learn Ovirt 4 and have a problem with it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; My cluster consists of 3 nodes. I use Openvswitch for network connectivity. I have a HostedEngine and one additional VM in the cluster.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; When I try to migrate the VM to another node, it fails. From vdsm and libvirtd logs I see that proper network interface on destination node cannot be found. Libvirt tries to find Openvswitch bridge with name like &quot;vdsmbr_AOYiPtcT&quot;. It exists on source node, but it is unique on every node, because it contains random part. Additionally, it changes on every reboot.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; How this is supposed to work?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Pavel Levshin<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Pavel,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; VM migration is supported on the master branch, however it has not been ported to 4.0 yet.<br>
&gt;&gt;<br>
&gt;&gt;&gt; You can either build VDSM from source (from master branch) or try to apply this patch on what you have:<br>
&gt;&gt;&gt; <a href="https://gerrit.ovirt.org/#/c/59645" rel="noreferrer" target="_blank">https://gerrit.ovirt.org/#/c/<wbr>59645</a> &lt;<a href="https://gerrit.ovirt.org/#/c/59645" rel="noreferrer" target="_blank">https://gerrit.ovirt.org/#/c/<wbr>59645</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; That’s quite a horrible solution right now. I certainly would not like to see it in 4.0 (given the hacks around display).<br></div></div></blockquote><div><br></div><div>What is horrible exactly?<br></div><div>It&#39;s not too late to propose other solutions.<br><br></div><div>Display uses libvirt to resolve a network name to an IP address for it to bound to. But that works only for linux bridges.<br></div><div>That is limiting, especially now that we do not have a Linux bridge, but something else.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
&gt;&gt; Do we have a bug/plan to improve it?<br>
&gt;<br>
&gt; We have Bug 1362495 - [OVS] - Add support for live migration<br>
&gt; to track that.<br>
&gt;<br>
&gt; I&#39;m afraid that we are not yet ready to backport it to 4.0 - we found<br>
&gt; out that as it is, it break migration for vmfex and external network<br>
&gt; providers; it also breaks when a buggy Engine db does not send a<br>
&gt; displayNetwork. But we plan to fix these issues quite soon.<br>
&gt;<br>
&gt; The hacks arround display are an actual imporovement. For &quot;legacy&quot;<br>
&gt; switchType, we maintain an on-host libvirt-side database of all networks<br>
&gt; only to keep libvirt happy. Having a database copy has all the known<br>
&gt; troubles of mismatches and being out of sync. For &quot;ovs&quot; switchType, we<br>
&gt; do not (we don&#39;t use a bridge, but a port group so there&#39;s no natural<br>
&gt; way to define our network in libvirt). Modifying the listening address<br>
&gt; on destination is the flexible and quick way to do it - I wish we had<br>
&gt; the libvirt migrate hook years ago.<br>
<br>
</div></div>doesn’t it prevent seamless virti-viewer console connection?<br></blockquote><div><br></div><div>The end result is the same, we listen on the address of a specific network.<br></div><div>Previously it contained a network name and libvirt converted it to the correct IP it should bind to, now vdsm resolves it.<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
also the “TODO” in the code about multiple graphics is worrying (we fully support it and are considering to make it a default)<br></blockquote><div><br></div><div>Supported where? virt networking code in VDSM which creates an interface for domxml does not support it at the moment.<br></div><div>Or am I missing something?<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If we have an idea of what API would work well? we should raise or contribute that to libvirt. Surely it takes time but it is the only way how to improve the code eventually.<br></blockquote><div><br></div><div>If using libvirt can allow us to drop some persisted data and logic from vdsm, then it makes sense, but I do not think this is the case.<br></div><div>As it stands today, depending on libvirt persisted data is limiting us, at least in the networking area. I also do not see the advantage of using it as a DB.<br><br></div><div>Thaks,<br></div><div>Edy.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks,<br>
michal<br>
<br>
</blockquote></div><br></div></div>