<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 5, 2018 at 9:08 AM, TomK <span dir="ltr">&lt;<a href="mailto:tomkcpr@mdevsys.com" target="_blank">tomkcpr@mdevsys.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 4/4/2018 3:11 AM, Yaniv Kaul wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
<br>
On Wed, Apr 4, 2018 at 12:39 AM, Tom &lt;<a href="mailto:tk@mdevsys.com" target="_blank">tk@mdevsys.com</a> &lt;mailto:<a href="mailto:tk@mdevsys.com" target="_blank">tk@mdevsys.com</a>&gt;&gt; wrote:<br>
<br>
<br>
<br>
    Sent from my iPhone<br>
<br>
    On Apr 3, 2018, at 9:32 AM, Yaniv Kaul &lt;<a href="mailto:ykaul@redhat.com" target="_blank">ykaul@redhat.com</a><br></span>
    &lt;mailto:<a href="mailto:ykaul@redhat.com" target="_blank">ykaul@redhat.com</a>&gt;&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
<br>
    On Tue, Apr 3, 2018 at 3:12 PM, TomK &lt;<a href="mailto:tomkcpr@mdevsys.com" target="_blank">tomkcpr@mdevsys.com</a><br></span><span class="">
    &lt;mailto:<a href="mailto:tomkcpr@mdevsys.com" target="_blank">tomkcpr@mdevsys.com</a>&gt;&gt; wrote:<br>
<br>
        Hey Guy&#39;s,<br>
<br>
        If I&#39;m looking to setup the oVirt engine in an HA<br>
        configuration off the physical servers hosting my VM&#39;s (non<br>
        self hosted), what are my options here?<br>
<br>
        I want to setup two to four active oVirt engine instances<br>
        elsewhere and handle the HA via something like haproxy /<br>
        keepalived to keep the entire experience seamless to the user.<br>
<br>
<br>
    You will need to set up the oVirt engine service as well as the PG<br>
    database (and ovirt-engine-dwhd service and any other service we<br>
    run next to the engine) as highly available module.<br>
    In pacemaker[1], for example.<br>
    You&#39;ll need to ensure configuration is also sync&#39;ed between nodes,<br>
    etc.<br>
    Y.<br>
</span></blockquote><span class="">
<br>
    So already have one ovirt engine setup separately on a vm that<br>
    manages two remote physical hosts.  So familiar with the single host<br>
    approach which I would simply replicate.  At least that’s the idea<br>
    anyway.  Could you please expand a bit on the highly available<br>
    module and  syncing the config between hosts?<br>
<br>
<br>
That&#39;s a different strategy, which is also legit - you treat this VM as a highly available resource. Now you do not need to sync the config - just the VM disk and config.<br>
</span></blockquote>
<br>
I think there&#39;s a postgres component too and if oVirt engine keeps all it&#39;s date on the postgres tables, then synchronizing this piece might be all I need?  I&#39;m not sure how the separate oVirt engines sitting on various separate physical hosts keep their settings in sync about the rest of the physicals in an oVirt environment. (Assume we may have 100 oVirt physicals for example.)</blockquote><div><br></div><div>There&#39;s more than just the database, although it contains 99% of what you need. See the content of the result of &#39;engine-backup&#39; command.</div><div>I think you might be somewhat confusing between the number of oVirt hypervisors (we support hundreds) and the Engine - the management, which is single - and with hosted-engine, it&#39;s a single, but highly available virtual machine - that can run on one of several (I suggest 3-8) of those hypervisors.</div><div>Y.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Perhaps something like <a href="https://www.unixarena.com/2015/12/rhel-7-pacemaker-configuring-ha-kvm-guest.html" rel="noreferrer" target="_blank">https://www.unixarena.com/2015<wbr>/12/rhel-7-pacemaker-configuri<wbr>ng-ha-kvm-guest.html</a> .<br>
<br>
But if you are already doing that, I&#39;m not sure why you&#39;d prefer this over hosted-engine setup.<br>
</blockquote>
<br></span>
I&#39;m comparing both options.  I really don&#39;t want to ask too many specific until I have the chance to read into the details of both.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Y.<br>
</blockquote>
<br>
Cheers,<br>
Tom<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
    Cheers,<br>
    Tom<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
    [1] <a href="https://clusterlabs.org/quickstart-redhat.html" rel="noreferrer" target="_blank">https://clusterlabs.org/quicks<wbr>tart-redhat.html</a><br>
    &lt;<a href="https://clusterlabs.org/quickstart-redhat.html" rel="noreferrer" target="_blank">https://clusterlabs.org/quick<wbr>start-redhat.html</a>&gt;<br>
<br>
<br>
        From what I&#39;ve seen in oVirt, that seems to be possible<br>
        without the two oVirt engines even knowing each other&#39;s<br>
        existence but is it something anyone has ever done?  Any<br>
        recommendations in this case?<br>
<br>
        Having settings replicated would be a bonus but I would be<br>
        comfortable if they weren&#39;t and I handle that myself.<br>
<br>
        --         Cheers,<br>
        Tom K.<br>
        ------------------------------<wbr>------------------------------<wbr>-------------------------<br>
<br>
        Living on earth is expensive, but it includes a free trip<br>
        around the sun.<br>
<br>
        ______________________________<wbr>_________________<br>
        Users mailing list<br></span>
        <a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a> &lt;mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>&gt;<br>
        <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/users</a><br>
        &lt;<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailma<wbr>n/listinfo/users</a>&gt;<br>
<br>
<br>
</blockquote>
<br>
</blockquote><div class="HOEnZb"><div class="h5">
<br>
<br>
-- <br>
Cheers,<br>
Tom K.<br>
------------------------------<wbr>------------------------------<wbr>-------------------------<br>
<br>
Living on earth is expensive, but it includes a free trip around the sun.<br>
<br>
</div></div></blockquote></div><br></div></div>