<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 6, 2018 at 11:32 AM, Luca &#39;remix_tj&#39; Lorenzetto <span dir="ltr">&lt;<a href="mailto:lorenzetto.luca@gmail.com" target="_blank">lorenzetto.luca@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail-HOEnZb"><div class="gmail-h5">On Mon, Feb 5, 2018 at 7:20 PM, Maor Lipchuk &lt;<a href="mailto:mlipchuk@redhat.com">mlipchuk@redhat.com</a>&gt; wrote:<br>
&gt; Hi Luca,<br>
&gt;<br>
&gt; Thank you for your interst in the Disaster Recovery ansible solution, it is<br>
&gt; great to see users get familiar with it.<br>
&gt; Please see my comments inline<br>
&gt;<br>
&gt; Regards,<br>
&gt; Maor<br>
&gt;<br>
&gt; On Mon, Feb 5, 2018 at 7:54 PM, Yaniv Kaul &lt;<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Feb 5, 2018 5:00 PM, &quot;Luca &#39;remix_tj&#39; Lorenzetto&quot;<br>
&gt;&gt; &lt;<a href="mailto:lorenzetto.luca@gmail.com">lorenzetto.luca@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello,<br>
&gt;&gt;<br>
&gt;&gt; i&#39;m starting the implementation of our disaster recovery site with RHV<br>
&gt;&gt; 4.1.latest for our production environment.<br>
&gt;&gt;<br>
&gt;&gt; Our production setup is very easy, with self hosted engine on dc<br>
&gt;&gt; KVMPDCA, and virtual machines both in KVMPDCA and KVMPD dcs. All our<br>
&gt;&gt; setup has an FC storage backend, which is EMC VPLEX/VMAX in KVMPDCA<br>
&gt;&gt; and EMC VNX8000. Both storage arrays supports replication via their<br>
&gt;&gt; own replication protocols (SRDF, MirrorView), so we&#39;d like to delegate<br>
&gt;&gt; to them the replication of data to the remote site, which is located<br>
&gt;&gt; on another remote datacenter.<br>
&gt;&gt;<br>
&gt;&gt; In KVMPD DC we have some storage domains that contains non critical<br>
&gt;&gt; VMs, which we don&#39;t want to replicate to remote site (in case of<br>
&gt;&gt; failure they have a low priority and will be restored from a backup).<br>
&gt;&gt; In our setup we won&#39;t replicate them, so will be not available for<br>
&gt;&gt; attachment on remote site. Can be this be an issue? Do we require to<br>
&gt;&gt; replicate everything?<br>
&gt;<br>
&gt;<br>
&gt; No, it is not required to replicate everything.<br>
&gt; If there are no disks on those storage domains that attached to your<br>
&gt; critical VMs/Templates you don&#39;t have to use them as part of yout mapping<br>
&gt; var file<br>
&gt;<br>
<br>
</div></div>Excellent.<br>
<span class="gmail-"><br>
&gt;&gt;<br>
&gt;&gt; What about master domain? Do i require that the master storage domain<br>
&gt;&gt; stays on a replicated volume or can be any of the available ones?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; You can choose which storage domains you want to recover.<br>
&gt; Basically, if a storage domain is indicated as &quot;master&quot; in the mapping var<br>
&gt; file then it should be attached first to the Data Center.<br>
&gt; If your secondary setup already contains a master storage domain which you<br>
&gt; dont care to replicate and recover, then you can configure your mapping var<br>
&gt; file to only attach regular storage domains, simply indicate<br>
&gt; &quot;dr_master_domain: False&quot; in the dr_import_storages for all the storage<br>
&gt; domains. (You can contact me on IRC if you need some guidance with it)<br>
&gt;<br>
<br>
</span>Good,<br>
<br>
that&#39;s my case. I don&#39;t need a new master domain on remote side,<br>
because is an already up and running setup where i want to attach<br>
replicated storage and run the critical VMs.<br>
<span class="gmail-"><br>
<br>
<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve seen that since 4.1 there&#39;s an API for updating OVF_STORE disks.<br>
&gt;&gt; Do we require to invoke it with a frequency that is the compatible<br>
&gt;&gt; with the replication frequency on storage side.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; No, you don&#39;t have to use the update OVF_STORE disk for replication.<br>
&gt; The OVF_STORE disk is being updated every 60 minutes (The default<br>
&gt; configuration value),<br>
&gt;<br>
<br>
</span>What i need is that informations about vms is replicated to the remote<br>
site with disk.<br>
In an older test i had the issue that disks were replicated to remote<br>
site, but vm configuration not!<br>
I&#39;ve found disks in the &quot;Disk&quot;  tab of storage domain, but nothing on VM Import.<br></blockquote><div><br></div><div><br></div><div>Can you reproduce it and attach the logs of the setup before the disaster and after the recovery?</div><div>That could happen in case of new created VMs and Templates which were not yet updated in the OVF_STORE disk, since the OVF_STORE update process was not running yet before the disaster.</div><div>Since the time of a disaster can&#39;t be anticipated, gaps like this might happen.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class="gmail-"><br>
&gt;&gt;<br>
&gt;&gt; We set at the moment<br>
&gt;&gt; RPO to 1hr (even if planned RPO requires 2hrs). Does OVF_STORE gets<br>
&gt;&gt; updated with the required frequency?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; OVF_STORE disk is being updated every 60 minutes but keep in mind that the<br>
&gt; OVF_STORE is being updated internally in the engine so it might not be<br>
&gt; synced with the RPO which you configured.<br>
&gt; If I understood correctly, then you are right by indicating that the data of<br>
&gt; the storage domain will be synced at approximatly 2 hours = RPO of 1hr +<br>
&gt; OVF_STORE update of 1hr<br>
&gt;<br>
<br>
</span>We require that we can recover vms with a status that is up to 2 hours<br>
ago. In worst case, from what you say, i think we&#39;ll be able to.<br>
<br>
[cut]<br>
<span class="gmail-">&gt;<br>
&gt; Indeed,<br>
&gt; We also introduced several functionalities like detach of master storage<br>
&gt; domain , and attach of &quot;dirty&quot; master storage domain which are depndant on<br>
&gt; the failover process, so unfortunatly to support a full recovery process you<br>
&gt; will need oVirt 4.2 env.<br>
&gt;<br>
<br>
</span>Ok, but if i keep master storage domain on a non replicate volume, do<br>
i require this function?<br></blockquote><div><br></div><div><br></div><div>Basically it should also fail on VM/Template registration in oVirt 4.1 since there are also other functionalities like mapping of OVF attributes which was added on VM/Templates registeration.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I have to admit that i require, for subscription and support<br>
requirements, to use RHV over oVirt. I&#39;ve seen 4.2 is coming also from<br>
that side, and we&#39;ll upgrade for sure when available.<br>
<br>
<br>
[cut]<br>
<span class="gmail-">&gt;<br>
&gt;<br>
&gt; Please feel free to share your comments and questions, I would very<br>
&gt; appreciate to know your user expirience.<br>
<br>
</span>Sure, i&#39;ll do! And i&#39;ll bother you on irc if i need some guidance :-)<br>
<br>
Thank you so much,<br>
<br>
Luca<br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
<br>
--<br>
&quot;E&#39; assurdo impiegare gli uomini di intelligenza eccellente per fare<br>
calcoli che potrebbero essere affidati a chiunque se si usassero delle<br>
macchine&quot;<br>
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)<br>
<br>
&quot;Internet è la più grande biblioteca del mondo.<br>
Ma il problema è che i libri sono tutti sparsi sul pavimento&quot;<br>
John Allen Paulos, Matematico (1945-vivente)<br>
<br>
Luca &#39;remix_tj&#39; Lorenzetto, <a href="http://www.remixtj.net" rel="noreferrer" target="_blank">http://www.remixtj.net</a> , &lt;<a href="mailto:lorenzetto.luca@gmail.com">lorenzetto.luca@gmail.com</a>&gt;<br>
</div></div></blockquote></div><br></div></div>