<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(11,83,148)">Thank you all.</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(11,83,148)">What can you tell me about the following projects:<br><br>- <a href="https://wiki.openstack.org/wiki/Raksha">https://wiki.openstack.org/wiki/Raksha</a></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(11,83,148)">- <a href="https://github.com/stackforge/freezer">https://github.com/stackforge/freezer</a></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(11,83,148)">Will they become OpenStack project?</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(11,83,148)"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(11,83,148)">Thanks,</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(11,83,148)">Giuseppe</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-06 21:33 GMT+02:00 Avishay Traeger <span dir="ltr"><<a href="mailto:avishay@stratoscale.com" target="_blank">avishay@stratoscale.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">As David mentioned, there is a spectrum of possible solutions for disaster recovery.  The solution, as always, depends on the requirements.  In disaster recovery, those requirements are expressed as:<div>1. RPO - Recovery Point Objective - "If a disaster strikes, how far back will it set me?"</div><div>2. RTO - Recovery Time Objective - "If a disaster strikes, how long until my workload is up and running?"</div><div><br></div><div>The answers to both are independent and can range from "Not at all" to minutes or hours or days.</div><div><br></div><div>A solution with high RPO and RTO is backup.  Once in a while transfer your images, snapshots of your VMs and volumes, and your SQL DB to another site.  If disaster strikes you can manually run your workloads from the last backup, and you have your metadata backed up too (keystone users/tenants, nova flavors, etc.).</div><div><br></div><div>A solution with lower RPO and RTO is replication.  Work is being done in Cinder to enable continuous volume replication between storage backends.  You can put your Glance images in multiple locations or in multi-site Swift, and replicate your DB as well.  Ideally you will be able to get to some consistent state between your data and metadata, which is not easy.  For failover, you can use Heat or some other orchestration tool.</div><div><br></div><div>There are solutions with zero RPO and RTO, where workloads run active/active in multiple sites.  There are also other solutions in the spectrum.</div><div><br></div><div>In short, the building blocks are starting to appear, but a full solution is not yet available.</div><div><br></div></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Mon, Jul 6, 2015 at 8:08 PM, David Medberry <span dir="ltr"><<a href="mailto:openstack@medberry.net" target="_blank">openstack@medberry.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yes.<div><br></div><div><a href="http://docs.openstack.org/openstack-ops/content/snapshots.html" target="_blank">http://docs.openstack.org/openstack-ops/content/snapshots.html</a><br></div><div>API Image Create detailed here:</div><div><br></div><div>Nova:</div><div><a href="http://developer.openstack.org/api-ref-compute-v2.1.html" target="_blank">http://developer.openstack.org/api-ref-compute-v2.1.html</a><br></div><div>It is a snapshot of the instance's image (not of the instance's in memory state).</div><div><br></div><div>Cinder:</div><div><a href="http://developer.openstack.org/api-ref-blockstorage-v2.html" target="_blank">http://developer.openstack.org/api-ref-blockstorage-v2.html</a><br></div><div><br></div><div><a href="http://lmgtfy.com/?q=nova+image+create+api" target="_blank">http://lmgtfy.com/?q=nova+image+create+api</a><br></div><div><a href="http://lmgtfy.com/?q=cinder+snapshot+api" target="_blank">http://lmgtfy.com/?q=cinder+snapshot+api</a><br></div><div><br></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 6, 2015 at 11:02 AM, Giuseppe Galeota <span dir="ltr"><<a href="mailto:giuseppegaleota@gmail.com" target="_blank">giuseppegaleota@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394">Thank you David,all,</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394">I would like to know if are there Nova/Cinder Rest APIs to execute VM/volume snapshot?</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394">Thank you all,</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394">Giuseppe</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-06 18:40 GMT+02:00 David Medberry <span dir="ltr"><<a href="mailto:openstack@medberry.net" target="_blank">openstack@medberry.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Giuseppe,<div><br></div><div>A great deal of Disaster Recovery planning relies on you / your organization to define what they mean by DR planning. Yes, Nova snaps (instance snaps) and Cinder snaps (volume snaps) can be used in DR. Additionally, depending on your architecture you can utilize Swift (if it is geo distributed, it gives you some measure of DR resilience.)</div><div><br></div><div>I'm not aware of a howto or manual on this topic though as it varies so much based on arch and definition it's not effective to make a generalized recommendation.</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Mon, Jul 6, 2015 at 10:02 AM, Giuseppe Galeota <span dir="ltr"><<a href="mailto:giuseppegaleota@gmail.com" target="_blank">giuseppegaleota@gmail.com</a>></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><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394">Dear all,</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394">how can I implement a Disaster Recovery plan in OpenStack? Is there some project?</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394">Can I use the Nova/Cinder APIs to create snapshot and upload them somewhere?</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394">Thanks,</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0b5394">Giuseppe</div></div>
<br></div></div>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><b style="font-size:12.7272720336914px"><font color="#666666">Avishay Traeger</font></b><br></div><div><i><font color="#666666">Storage R&D</font></i></div><div><span style="color:rgb(102,102,102);font-size:12.7272720336914px"><br></span></div><div><span style="color:rgb(102,102,102)">Mobile:</span><span style="color:rgb(102,102,102)"> </span><a value="+972524317955" style="color:rgb(17,85,204)">+972 54 447 1475</a><br></div><div><font color="#666666">E-mail: <a href="mailto:avishay@stratoscale.com" style="color:rgb(17,85,204)" target="_blank">avishay@stratoscale.com</a></font></div><div><font color="#666666"><br></font></div><div><img src="http://www.stratoscale.com/wp-content/uploads/Logo-Signature-Stratoscale-230.jpg"><br></div><div><font color="#666666"><br></font></div><div><p style="margin:0in"><a href="http://www.stratoscale.com/" style="color:rgb(17,85,204)" target="_blank"><span style="font-family:arial;font-size:9.75pt">Web</span></a><span style="font-family:arial;font-size:9.75pt"> | </span><a href="http://www.stratoscale.com/blog/" style="color:rgb(17,85,204)" target="_blank"><span style="font-family:arial;font-size:9.75pt">Blog</span></a><span style="font-family:arial;font-size:9.75pt;color:rgb(108,163,214)"> | </span><a href="https://twitter.com/Stratoscale" style="color:rgb(17,85,204)" target="_blank"><span style="font-family:arial;font-size:9.75pt">Twitter</span></a><span style="font-family:arial;font-size:9.75pt;color:rgb(108,163,214)"> | <a href="https://plus.google.com/u/1/b/108421603458396133912/108421603458396133912/posts" style="color:rgb(17,85,204)" target="_blank">Google+</a> | </span><span style="font-family:arial;font-size:9.75pt"><a href="https://www.linkedin.com/company/stratoscale" style="color:rgb(17,85,204)" target="_blank">Linkedin</a></span></p></div></div></div></div></div></div></div>
</font></span></div>
</blockquote></div><br></div>