<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div><div><div><br></div></div></div><span id="OLK_SRC_BODY_SECTION"><div><div><div dir="auto"><div><div class="gmail_extra"><div class="gmail_quote">On Jan 18, 2018 5:29 PM, "Jayme" &lt;<a href="mailto:jaymef@gmail.com">jaymef@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I'm still deciding on storage solutions and have not made up my mind yet.&nbsp; GlusterFS may be an option but I'm not sure about performance and maintenance.&nbsp; It sounds to me like GlusterFS with secondary replicated gluster volume would work quite well as
 a disaster recovery solution but I'd also need historical/incremental backups as well, either of the VMs or at the very least some important files within such as production DBs etc, which may be possible with a secondary backup method using rsync or something
 along those lines. <br></div></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">-Gluster has a geo-replication based backup which is very cool and integrated to oVirt UI.&nbsp;</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div>
It seems to me that there is not a great backup solution for oVirt yet which I find hard to believe.&nbsp; I don't understand why backing up oVirt VMs has to be so complicated, compared to other products.&nbsp; I was hoping that 4.2 would change that and allow for easier
 more resource efficient backing solutions.&nbsp; <br></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">-It certainly does. See the DR work (and youtube video).&nbsp;</div><div dir="auto">-Y.&nbsp;</div></div></div></div></span><div><br></div><div><br></div><div>** I have yet to see a working script that does a VM backup from oVirt 4.2 to NFS storage?? I have spent days testing and trying all the scripts I can find, most are old and all seem to fail in different ways. I have even coded my own script using bash/curl/RestAPI and hit a dead end there as well with not finding any docs on how to backup an inactive disk from a attached snapshot. You&#8217;d think oVirt would have something better for a DR solution or at least make it so you dont have to become an oVirt Dev Contributor to be able to backup your Vms? **</div><div><br></div><div>I would love to see a clear example of how to do VM backups from the command line in a script so I can move on to rolling out oVirt 4.2 ;)</div><div><br></div><div>Zip</div><span id="OLK_SRC_BODY_SECTION"><div><div><div dir="auto"><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"></div><div class="elided-text"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 18, 2018 at 11:08 AM, Dan Yasny <span dir="ltr">
&lt;<a href="mailto:dyasny@gmail.com" target="_blank">dyasny@gmail.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 dir="ltr">If you are using NFS, you might find it easier and more efficient to use a solution outside oVirt.&nbsp;
<div><br></div><div>I've documented an initial attempt at backing up machine images with backy2 at&nbsp;<a href="https://dyasny.blogspot.ca/2017/06/exploring-backup-options-for-rhvovirt.html" target="_blank">https://dyasny.blogspot.ca/<wbr>2017/06/exploring-backup-optio<wbr>ns-for-rhvovirt.html</a></div><div><br></div><div>It is harder to do with block storage and frankly I haven't had the time to get to doing it there, but NFS is simple enough, and what you get is pretty robust, deduplicated backup, in some ways similar to the typical VM backups you get from Veeam and Altaro
 on other platforms (sans the GUI of course).</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_-8177657368668125289h5">On Thu, Jan 18, 2018 at 9:59 AM, Jayme <span dir="ltr">
&lt;<a href="mailto:jaymef@gmail.com" target="_blank">jaymef@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-8177657368668125289h5"><div dir="ltr"><div><div><div>I've been running a non-production oVirt setup for a while and plan on building a more robust oVirt setup for eventual production use.&nbsp; Part of that planning of course is backup/disaster recovery options.&nbsp;
<br><br></div>
I've been playing around with a few options to backup oVirt, I'm sure most of you are aware of them.&nbsp; The github webfix it python scripts, and starting to look at bacchus as well although have not set it up or tested bacchus yet.
<br><br></div>
The webfix it python script is fairly simple to setup and seems to work ok as intended, even on 4.2, but it's definitely clunky in terms of having to snapshot, clone, export.&nbsp; A lot of resource usage.&nbsp; I assume bacchus most likely uses the same method of snapshot/clone/export
 as well (due to what was available in oVirt at the time these scripts were written).&nbsp;
<br></div><div><br></div><div>My concerns with using something like these are:<br></div><div><br></div><div>1. It's using old 3x api -- which is fine for now but probably not with oVirt 4.3<br></div><div>2. Inefficient / resource intensive<br></div><div>3. Using export domain which is depreciated<br></div><div><br></div><div>From what I've read in oVirt documentation the Export domain is depreciated.&nbsp; I assume that this means that instead of a export domain you could instead create a regular data domain for backups that can be detached and attached to another environment,
 is that the correct assumption?&nbsp; <br></div><div><br></div><div>I've also read that it might be possible to skip the cloning of the VM part and export snapshots directly.&nbsp; Is this now possible in 4.2 or will be in the future?&nbsp; if it is possible to perform VM backups without cloning to a new VM first is anyone aware
 of any scripts/software that is available now which takes advantage of that?</div><div><br></div><div>Essentially all I want is a simple solution to backup my VMs to separate NFS storage.&nbsp; If for some reason my main storage crashes I then have the option to connect that backup NFS storage to a secondary stand alone oVirt instance and run my VMs from there
 until the primary oVirt instance is repaired.&nbsp;&nbsp; What I want to avoid is implementing an older more inefficient solution that might work for a while but will eventually no longer work due to ovIrt updates in the future.
<br></div><div><br></div><div>I know options like active-active failover and georeplication exist but that may be too complex for my needs although I would be interested in hearing about how some of you may be implementing these features.&nbsp;
<br></div><div><br></div><div>In summary, I'd trying to figure out what the best backup option may be going forward with oVirt in the future so I can implement the best option from the start rather than having to change it all around in the near future.
<br></div><div><br></div><div>Thanks!<br></div></div><br></div></div>
______________________________<wbr>_________________<br>
Users mailing list<br><a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br><a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/users</a><br><br></blockquote></div><br></div></blockquote></div><br></div></div><br>
______________________________<wbr>_________________<br>
Users mailing list<br><a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br><a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br><br></blockquote></div><br></div></div></div></div></div></span></body></html>