<p dir="ltr">Generally speaking that's true when you have full control over how you deploy applications as a consumer. As a provider however, cloud resiliency is king and it's generally frowned upon to associate instances directly to the underlying physical hardware for any reason. It's good when instances can come and go as needed, but in a production context, a failed compute host shouldn't take down every instance hosted on it. Otherwise there is no real abstraction going on and the cloud loses immense value.</p>
<div class="gmail_quote">On Sep 26, 2014 4:15 PM, "Clint Byrum" <<a href="mailto:clint@fewbar.com">clint@fewbar.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Excerpts from Adam Lawson's message of 2014-09-26 14:43:40 -0700:<br>
> Hello fellow stackers.<br>
><br>
> I'm looking for discussions/plans re VM continuity.<br>
><br>
> I.e. Protection for instances using ephemeral storage against host failures<br>
> or auto-failover capability for instances on hosts where the host suffers<br>
> from an attitude problem?<br>
><br>
> I know fail-overs are supported and I'm quite certain auto-fail-overs are<br>
> possible in the event of a host failure (hosting instances not using shared<br>
> storage). I just can't find where this has been addressed/discussed.<br>
><br>
> Someone help a brother out? ; )<br>
<br>
I'm sure some of that is possible, but it's a cloud, so why not do things<br>
the cloud way?<br>
<br>
Spin up redundant bits in disparate availability zones. Replicate only<br>
what must be replicated. Use volumes for DR only when replication would<br>
be too expensive.<br>
<br>
Instances are cattle, not pets. Keep them alive just long enough to make<br>
your profit.<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div>