Virtual machines with failover setup

Posted by kimmmo on Super User See other posts from Super User or by kimmmo
Published on 2011-11-15T19:35:07Z Indexed on 2011/11/16 1:56 UTC
Read the original article Hit count: 296

We have three servers and our plan is to run a number of virtual machines on them in such manner, that if one of the nodes blow up, we can either quickly or seamlessly get a spare running on another node.

In addition to the normal networking, they're interconnected via dual 10Gbit NIC's, so networked raid/mirroring shouldn't be a problem.

The guest VM's are mostly going to be running text mode linux, but of course it wouldn't hurt to be able to spin up a non-mission critical windows guest for running Visual Studio or checking IE compatibility of a web app.

We've spent some time trying to get some magical cloud setup running using Stackops and Crowbar but it started to look like they were offering way too much and were too complicated for our needs.

The next candidate, I think, is Ubuntu 11.04 server + KVM + Ganeti + Drbd, unless you can come up with a suggestion for a better solution that we have missed.

Requirements:

  • Installation should be simple or at least understandable without being in the dev team
  • A browser interface for creating and managing VM's is a nice bonus
  • Single node's hardware failure should cause minimal downtime for VM's that were running on that node
  • Adding more nodes should be possible without shutting down the VM's.

© Super User or respective owner

Related posts about virtual-machine

Related posts about virtualization